mcp-repl

joshrotenberg/mcp-repl
★ 0 stars Rust Code/Dev Tools Updated today
Interactive MCP client REPL: connects to any MCP server and turns its tools, prompts, and resources into the command set
View on GitHub → 🔍 Audit Wallet Slippage →

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

README Excerpt

An interactive terminal REPL for any MCP server. The server's surface IS the command set: every tool becomes a top-level command, prompts and resources get built-ins, tab completion is powered by the server itself where the protocol allows, and the command table refreshes live when the server's surface changes.

Tools (3)

callecholast

Topics

climcpmodel-context-protocolreplrust