Skip to content
Cursor

acta mcp for Cursor

io.github.tomjwxf/acta-mcp

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

client:Cursor transport:stdio runtime:npm

Install acta mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

acta mcp in other clients