Skip to content
VS Code

Kindex for VS Code

io.github.jmcentire/kindex

Persistent knowledge graph and MCP server for AI workflows with git-tracked project context.

client:VS Code transport:stdio runtime:pypi

Install Kindex in VS Code

.vscode/mcp.json

{
  "servers": {
    "kindex": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "kindex"
      ]
    }
  }
}

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

Kindex in other clients