Skip to content
Cursor

ReasonGate for Cursor

io.github.cgrtml/reasongate

Provenance gateway for stdio MCP servers: blocks tool calls fed by untrusted tool results.

client:Cursor transport:stdio runtime:pypi

Install ReasonGate in Cursor

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

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

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

ReasonGate in other clients