Skip to content
VS Code

graph aave mcp for VS Code

io.github.paulieb14/graph-aave-mcp

AAVE V2/V3 lending & governance MCP — 7 chains via The Graph subgraphs

client:VS Code transport:stdio runtime:npm

Install graph aave mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "graph-api-key",
      "description": "GRAPH_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "graph-aave-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "graph-aave-mcp"
      ],
      "env": {
        "GRAPH_API_KEY": "${input:graph-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

graph aave mcp in other clients