Skip to content
VS Code

Konstruct for VS Code

io.github.alright-alright/konstruct

Knowledge graph for AI agents. Query concepts, walk edges, get advisories.

client:VS Code transport:streamable-http

Install Konstruct in VS Code

.vscode/mcp.json

{
  "servers": {
    "konstruct": {
      "type": "http",
      "url": "https://konstruct-api.aerynw.workers.dev/mcp"
    }
  }
}

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

Konstruct in other clients