# katanemo/plano | Model Context Protocol (MCP) Server > Plano is an AI-native proxy server and data plane for agentic apps. Smart LLM routing, observability, agent orchestration, and guardrails so you stay focused on your agents core logic. - **Stars**: ⭐ 6,915 - **Language**: Rust - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "plano": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-plano" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "plano": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-plano" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-plano` - **Docker**: `docker run -i --rm mcp/plano`