★ 1,799 stars
TypeScript
💻 Code/Dev Tools
Updated 1mo ago
Test & Debug MCP servers, ChatGPT apps, and MCP Apps (ext-apps)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"inspector": {
"command": "npx",
"args": [
"-y",
"MCPJam/inspector"
]
}
}
}
Run in terminal:
claude mcp add inspector npx -y MCPJam/inspector
Add to .cursor/mcp.json:
{
"mcpServers": {
"inspector": {
"command": "npx",
"args": [
"-y",
"MCPJam/inspector"
]
}
}
}
Topics
chatgptmcpmcp-appsmcp-clientsmcp-toolsmodelcontextprotocolopensource