plano

GitHub

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.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "plano": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-plano"
      ]
    }
  }
}