Skip to content
VS Code

aurekai mcp for VS Code

io.github.aurekai/aurekai-mcp

Aurekai MCP server for akai doctor, manifests, artifacts, feature queries, and runtime inspection.

client:VS Code transport:stdio runtime:npm

Install aurekai mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "aurekai-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@aurekai/mcp"
      ]
    }
  }
}

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

aurekai mcp in other clients