Skip to content
Zed

Contextful for Zed

io.github.inferensys/contextful

Efficient context management: code search, evidence packs, and memory for coding agents.

client:Zed transport:stdio runtime:npm

Install Contextful in Zed

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

{
  "context_servers": {
    "contextful": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/contextful"
      ]
    }
  }
}

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

Contextful in other clients