Skip to content
Zed

kernal mcp for Zed

io.github.pintomatic/kernal-mcp

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

client:Zed transport:stdio runtime:npm

Install kernal mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "kernal-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "kernal-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

kernal mcp in other clients