ssr-mcp

laneshields/ssr-mcp
★ 0 stars Python 📦 Other Updated today
An MCP server for the SSR (conductor, conductor-managed router, or mist-managed router)
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": {
    "ssr-mcp": {
      "command": "uvx",
      "args": [
        "ssr-mcp"
      ]
    }
  }
}

Or install with pip: pip install ssr-mcp