Skip to content
Cursor

Polis Protocol for Cursor

io.github.yehudalevy-collab/polis-protocol

Local-first control plane for coding agents: routing, reservations, and guardrails.

client:Cursor transport:stdio runtime:pypi

Install Polis Protocol in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "polis-protocol": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "polis-protocol"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Polis Protocol in other clients