Reverse-engineer MCP server tool surfaces. Companion to capnagent.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-recon": {
"command": "npx",
"args": [
"-y",
"euanmcrosson-dotcom/mcp-recon"
]
}
}
}
Run in terminal:
claude mcp add mcp-recon npx -y euanmcrosson-dotcom/mcp-recon
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-recon": {
"command": "npx",
"args": [
"-y",
"euanmcrosson-dotcom/mcp-recon"
]
}
}
}