Connection-refcounted MCP server lifecycle manager. Spawn on demand, stop on idle. STDIO refused.
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"
]
}
}
}
Run in terminal:
claude mcp add mcprt go run github.com/surgifai/mcprt@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcprt": {
"command": "go",
"args": [
"run",
"github.com/surgifai/mcprt@latest"
]
}
}
}