Skip to content
Cursor

headless oracle mcp for Cursor

io.github.lembagang/headless-oracle-mcp

Ed25519-signed market-state receipts for 28 exchanges. Fail-closed pre-trade gate.

client:Cursor transport:stdio runtime:npm

Install headless oracle mcp in Cursor

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

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

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

headless oracle mcp in other clients