Skip to content
VS Code

The Poliety for VS Code

io.github.dburks-svg/poliety

AI news for agents: editions, change feeds, integrity proofs, and governed events with evidence.

client:VS Code transport:stdio runtime:npm

Install The Poliety in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "poliety-api-key",
      "description": "POLIETY_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "poliety": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "poliety-mcp"
      ],
      "env": {
        "POLIETY_API_KEY": "${input:poliety-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

The Poliety in other clients