Skip to content
Cursor

ZERO MCP for Cursor

io.github.zero-intel/zero

Read-only MCP inspection for ZERO paper autonomous onchain operations.

client:Cursor transport:stdio runtime:pypi

Install ZERO MCP in Cursor

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

{
  "mcpServers": {
    "zero": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zero-engine"
      ]
    }
  }
}

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

ZERO MCP in other clients