Skip to content
Zed

voting mcp for Zed

io.github.hrishikabra/voting-mcp

Social-choice voting rules (Borda, Copeland, Condorcet, STV, opinion pool) as MCP tools.

client:Zed transport:stdio runtime:pypi

Install voting mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "voting-mcp": {
      "command": "uvx",
      "args": [
        "voting-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

voting mcp in other clients