Skip to content
VS Code

fixmap for VS Code

io.github.aryamthecodebreaker/fixmap

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

client:VS Code transport:stdio runtime:npm

Install fixmap in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

fixmap in other clients