Skip to content
Cursor

Phoenix Zero — L2 Health Oracle for Cursor

io.github.kant19801201behax5/phoenix-mcp-server

Pre-flight L2 health check using kernel-level eBPF telemetry. PASS/DEGRADED/FAIL verdict.

client:Cursor transport:stdio runtime:npm

Install Phoenix Zero — L2 Health Oracle in Cursor

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

{
  "mcpServers": {
    "phoenix-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "phoenix-mcp-server"
      ]
    }
  }
}

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

Phoenix Zero — L2 Health Oracle in other clients