Skip to content
Zed

fixmap for Zed

io.github.aryamthecodebreaker/fixmap

Deterministic local-first context and impact maps for coding agents from tasks, issues, and diffs.

client:Zed transport:stdio runtime:npm

Install fixmap in Zed

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

{
  "context_servers": {
    "fixmap": {
      "command": "npx",
      "args": [
        "-y",
        "@aryam/fixmap"
      ]
    }
  }
}

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

fixmap in other clients