Skip to content
Cursor

veriswarm mcp for Cursor

io.github.veriswarm/veriswarm-mcp

VeriSwarm MCP Server — Trust infrastructure for AI agents via Model Context Protocol

client:Cursor transport:stdio runtime:pypi

Install veriswarm mcp in Cursor

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

{
  "mcpServers": {
    "veriswarm-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "veriswarm-mcp"
      ]
    }
  }
}

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

veriswarm mcp in other clients