
inspector
by MCPJam·★ 1,944·综合分 56
MCPJam 是一个全面的 MCP 服务器和应用程序开发、调试、评估平台。
概述
MCPJam Inspector 为 MCP 服务器提供完整的开发环境,包含调试工具、聊天功能、服务器检查和评估特性。它支持多种部署方式,包括托管网络应用、桌面应用和终端界面。该平台使开发者能够检查 JSON-RPC 消息、测试 OAuth 流程、手动运行工具和资源、比较不同 LLM 模型,并集成到 CI/CD 流程中。它无需 ngrok 或 ChatGPT 订阅,为 MCP 项目提供更快的迭代周期。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
当您需要一个具备 OAuth 测试、多模型评估和 CI/CD 集成等高级功能的综合 MCP 服务器调试平台时,选择 MCPJam Inspector。
什么时候不要选它
如果您只需要一个轻量级的工具进行基本的 MCP 服务器检查,或者您更喜欢开源自托管解决方案而非商业产品,则应避免使用 MCPJam Inspector。
此 server 暴露的工具
从 README 抽取出 12 个工具probe_serverProbe MCP servers for connectivity and basic information
run_oauth_checksRun OAuth conformance checks against MCP servers
inspect_toolsList and examine tools exposed by an MCP server
execute_toolManually invoke a tool from an MCP server
inspect_resourcesList and examine resources exposed by an MCP server
list_promptsList prompts available from an MCP server
run_evalsRun evaluation tests across multiple LLMs
create_test_caseCreate a test case with expected tool calls for evaluation
snapshot_serverCreate a snapshot of server capabilities for testing
debug_json_rpcDebug JSON-RPC messages between client and server
compare_modelsCompare responses from multiple LLMs
create_workspaceCreate a shared workspace for team server testing
说明:Tool names inferred from feature descriptions and capabilities mentioned throughout the documentation. The README doesn't have a dedicated 'Tools' section but describes various functionalities that would be exposed as MCP tools.
可对比工具
安装
快速开始
托管网络应用: 在浏览器中打开 [app.mcpjam.com](https://app.mcpjam.com)。无需安装。
桌面应用: 为您的操作系统下载安装程序:
- [Mac](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam.Inspector.dmg)
- [Windows](https://github.com/MCPJam/inspector/releases/latest/download/MCPJam-Inspector-Setup.exe)
终端:
npx @mcpjam/inspector@latest启动后,在浏览器中打开打印出的本地主机 URL。
Docker:
docker run -p 127.0.0.1:6274:6274 mcpjam/mcp-inspector应用可在 http://127.0.0.1:6274 访问。
FAQ
- MCPJam 支持哪些 MCP 协议?
- MCPJam 支持多个版本的 MCP OAuth 规范(03-26、06-18 和 11-25),包括客户端预注册、动态客户端注册(DCR)和客户端 ID 元数据文档(CIMD)。
- 我可以将 MCPJam 与本地 STDIO MCP 服务器一起使用吗?
- 是的,当使用桌面应用或终端接口时,MCPJam 支持本地 STDIO 服务器。托管网络应用仅支持 HTTPS MCP 服务器 URL。
Hacker News 讨论
开发者社区最近的相关讨论。
- 帖子 by matt8p · 2025-06-27
- 帖子 by matt8p · 2025-06-17
- 帖子 by matt8p · 2025-07-01
inspector 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。