Skip to content
Cursor

Ariadne for Cursor

io.github.whyy9527/ariadne

Deterministic local cross-service API-chain discovery for AI coding agents.

client:Cursor transport:stdio runtime:pypi

Install Ariadne in Cursor

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

{
  "mcpServers": {
    "ariadne": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "ariadne-mcp"
      ]
    }
  }
}

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

Ariadne in other clients