# gastownhall/gastown | Model Context Protocol (MCP) Server > Gas Town - multi-agent workspace manager - **Stars**: ⭐ 17,533 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "gastown": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gastown" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "gastown": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-gastown" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-gastown` - **Docker**: `docker run -i --rm mcp/gastown`