mcp-recon

euanmcrosson-dotcom/mcp-recon
★ 0 stars TypeScript 🤖 AI/LLM Updated 1d ago
Reverse-engineer MCP server tool surfaces. Companion to capnagent.
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": {
    "mcp-recon": {
      "command": "npx",
      "args": [
        "-y",
        "euanmcrosson-dotcom/mcp-recon"
      ]
    }
  }
}