mcp-discovery

rust-mcp-stack/mcp-discovery
★ 82 stars Rust 💻 Code/Dev Tools Updated 29d ago
A command-line tool written in Rust for discovering and documenting MCP Server capabilities.
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-discovery": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-discovery"
      ]
    }
  }
}

Topics

climcpmcp-clientmcp-serverrust