Submit

CircusMCP - AI Agent DevServer Management Made Simple

@Kazushige TAKEUCHI

Streamline development server management for AI coding agents. CircusMCP combines Circus process manager with Model Context Protocol (MCP), eliminating shell command complexity and reducing token consumption for AI-driven development workflows.

Server Config

{
  "mcpServers": {
    "circus-mcp": {
      "command": "uv",
      "args": [
        "run",
        "circus-mcp",
        "mcp"
      ],
      "cwd": "<PATH, which uv circus-mcp command should be executed>",
      "env": {}
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.

- MCP Client