Skip to content
Cursor

Vivory Verification Gateway for Cursor

io.github.jayjodev/vivory-mcp-verification

98 MCP tools for verifiable AI: citations, law, KYB, peer review, forecast, media provenance.

client:Cursor transport:stdio runtime:pypi

Install Vivory Verification Gateway in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vivory-mcp-verification": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vivory-mcp-verification"
      ],
      "env": {
        "VIVORY_API_KEY": "<VIVORY_API_KEY>",
        "VIVORY_API_BASE": "<VIVORY_API_BASE>"
      }
    }
  }
}

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

Vivory Verification Gateway in other clients