← Back to Plugins
MCP Server MCP

Polis Protocol

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx polis-protocol

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "polis-protocol",
      "version": "2.0.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Run the polis lifecycle as a stdio MCP server (auto-detects the nearest _polis/ workspace; pass --polis-root to override).",
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...