Skip to content
Cursor

verimcp for Cursor

io.github.rudranaresh0201/verimcp

Transparent MCP proxy that independently re-verifies tool-call claims before the Host trusts them.

client:Cursor transport:stdio runtime:pypi

Install verimcp in Cursor

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

{
  "mcpServers": {
    "verimcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "verimcp"
      ]
    }
  }
}

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

verimcp in other clients