Skip to content
VS Code

uk parliament treaties for VS Code

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

MCP server for UK Parliament Treaties API

client:VS Code transport:stdio runtime:npm

Install uk parliament treaties in VS Code

.vscode/mcp.json

{
  "servers": {
    "uk-parliament-treaties": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@darkhorseone/mcp-server-uk-parliament-treaties"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

uk parliament treaties in other clients