Skip to content
VS Code

Kin for VS Code

ai.kinlab/kin

A graph-native code repository for people and AI agents.

client:VS Code transport:stdio runtime:npm

Install Kin in VS Code

.vscode/mcp.json

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

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

Kin in other clients