mcp-probe

conikeec/mcp-probe
★ 115 stars Rust Code/Dev Tools Updated 3mo ago
A Model Context Protocol (MCP) client library and debugging toolkit in Rust. This foundation provides both a production-ready SDK for building MCP integrations and the core architecture for an interactive debugger.
View on GitHub → Try with Claude — $10 free →

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-probe": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-probe"
      ]
    }
  }
}

Topics

mcpmcp-clientmcp-servermodel-context-protocolmodel-context-protocol-servers