Skip to content
Cursor

verifiable-claim-seed for Cursor

io.github.elwsls/verifiable-claim-seed

Zero-dependency verifiable-claims MCP: validate safely, verify with allow_execution, self-test.

client:Cursor transport:stdio runtime:pypi

Install verifiable-claim-seed in Cursor

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

{
  "mcpServers": {
    "verifiable-claim-seed": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verifiable-claim-seed"
      ]
    }
  }
}

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

verifiable-claim-seed in other clients