mcpbeat Sign in

Polis Protocol MCP Server

by yehudalevy-collab Your server? Claim it
local only

Polis Protocol runs on your own machine — the client starts it, so there is no endpoint to ping. 84 installs a week from pypi. Last commit 5 Aug 2026.

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

Installs per day peak 32 · avg 12 · -12% w/w
a month agotoday
84
Installs / week
pypi · polis-protocol
5
Stars
5 open issues
5 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What changed 41

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 9 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 31 more, back to 9 August 2026

Nothing serious here today

Today is the operative word: we check Polis Protocol every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add polis-protocol -- uvx polis-protocol
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "polis-protocol": {
      "args": [
        "polis-protocol"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.polis-protocol]
command = "uvx"
args = ["polis-protocol"]
.cursor/mcp.json
{
  "mcpServers": {
    "polis-protocol": {
      "args": [
        "polis-protocol"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "polis-protocol": {
      "args": [
        "polis-protocol"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Polis Protocol

same job, measured the same way
Memini
by lumayapartners

Local-first project memory and mistake-prevention guardrails for AI coding agents.

54 installs/wk local only
Audrey
by evilander

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

221 installs/wk local only
Anno
by philmingdao

Local-first HTML review, editing, and annotation for AI coding agents.

45 installs/wk local only
Laguarde
by futur-panda

Self-hostable policy control plane for AI coding agents.

115 installs/wk local only
Agent Guard
by mdfifty50-boop

Constitutional guardrails and loop detection for AI agents

35 installs/wk local only
ProAgentStore
by proagentstore

MCP-first control plane for ProAgentStore agents and private instances.

answering
Stratum MCP
by smartmemory

Structured execution for coding agents: contracts, postconditions, gates, guardrails.

610 installs/wk local only
MemoryGuard
by irisxc4

Local-first governed MCP memory backend for coding agents.

1 539 installs/wk local only

Polis Protocol — questions

Answers built from our own checks of this server.

Why is there no uptime for Polis Protocol?
Polis Protocol runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package polis-protocol was installed 84 times last week.
How do I connect Polis Protocol?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls polis-protocol straight from pypi; nothing to host, nothing to sign up for.
How many people use Polis Protocol?
The pypi package polis-protocol was installed 84 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Polis Protocol open source?
Yes — it is published under the MIT licence, written in Python, 5 stars on GitHub and 5 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.