Skip to content
Zed

trazum for Zed

io.github.davmunrey/trazum

Trazum as an MCP server: let an agent price and budget its own prompts before it sends them.

client:Zed transport:stdio runtime:npm

Install trazum in Zed

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

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

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

trazum in other clients