Skip to content
VS Code

Ariadne for VS Code

io.github.whyy9527/ariadne

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

client:VS Code transport:stdio runtime:pypi

Install Ariadne in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Ariadne in other clients