Stats
Actions
Tags
From conversational-api-debugger
Local Node.js MCP server for API debugging, providing tools to inspect HTTP requests, responses, headers, and API interactions within Claude Code.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"api-debugger": {
"command": "node",
"args": [
"dist/servers/api-debugger.js"
]
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin conversational-api-debugger