Skip to content

uk parliament commonsvotes for Zed

io.github.nick-ma/uk-parliament-commonsvotes

MCP server for UK Parliament Commons Votes API

client:Zed transport:stdio runtime:npm

Install uk parliament commonsvotes in Zed

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

{
  "context_servers": {
    "uk-parliament-commonsvotes": {
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-commonsvotes"
      ]
    }
  }
}

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

uk parliament commonsvotes in other clients