Skip to content
Zed

codeseeker for Zed

io.github.jghiringhelli/codeseeker

Graph-powered code intelligence with semantic search and knowledge graph for AI assistants

client:Zed transport:stdio runtime:npm

Install codeseeker in Zed

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

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

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

codeseeker in other clients