Skip to content
Zed

agent knowledge for Zed

io.github.keshrath/agent-knowledge

Cross-session memory for AI agents - knowledge graph, scoring, semantic search

client:Zed transport:stdio runtime:npm

Install agent knowledge in Zed

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

{
  "context_servers": {
    "agent-knowledge": {
      "command": "npx",
      "args": [
        "-y",
        "agent-knowledge"
      ]
    }
  }
}

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

agent knowledge in other clients