Skip to content
Zed

codeweave for Zed

io.github.semihkayan/codeweave

Save tokens while coding — your AI agent gets structured code context, not file dumps.

client:Zed transport:stdio runtime:npm

Install codeweave in Zed

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

{
  "context_servers": {
    "codeweave": {
      "command": "npx",
      "args": [
        "-y",
        "@codeweave/mcp"
      ]
    }
  }
}

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

codeweave in other clients