Polis Protocol for VS Code
io.github.yehudalevy-collab/polis-protocol
Local-first control plane for coding agents: routing, reservations, and guardrails.
client:VS Code
transport:stdio
runtime:pypi
Install Polis Protocol in VS Code
.vscode/mcp.json
{
"servers": {
"polis-protocol": {
"type": "stdio",
"command": "uvx",
"args": [
"polis-protocol"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs