mcprt

surgifai/mcprt
★ 2 stars Go Other Updated 5d ago
Connection-refcounted MCP server lifecycle manager. Spawn on demand, stop on idle. STDIO refused.
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": {
    "mcprt": {
      "command": "go",
      "args": [
        "run",
        "github.com/surgifai/mcprt@latest"
      ]
    }
  }
}