Skip to content
VS Code

acta mcp for VS Code

io.github.tomjwxf/acta-mcp

Contribute, challenge, verify, and query contestable public records on Veritas Acta.

client:VS Code transport:stdio runtime:npm

Install acta mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "acta-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "acta-mcp"
      ]
    }
  }
}

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

acta mcp in other clients