A command-line tool written in Rust for discovering and documenting MCP Server capabilities.
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-discovery": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-discovery"
]
}
}
}
Run in terminal:
claude mcp add mcp-discovery cargo run -- mcp-discovery
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-discovery": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-discovery"
]
}
}
}