Skip to content
VS Code

kernal mcp for VS Code

io.github.pintomatic/kernal-mcp

Graph-native memory for AI agents: a knowledge graph built from conversation, via MCP.

client:VS Code transport:stdio runtime:npm

Install kernal mcp in VS Code

.vscode/mcp.json

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

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

kernal mcp in other clients