Skip to content
Zed

SAGE Wrapper for Zed

io.github.psycgod/sage

Command wrapper MCP server for coding agents, compression, workflows, and local automation.

client:Zed transport:stdio runtime:pypi

Install SAGE Wrapper in Zed

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

{
  "context_servers": {
    "sage": {
      "command": "uvx",
      "args": [
        "psycgod-sage"
      ]
    }
  }
}

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

SAGE Wrapper in other clients