Skip to content
Zed

4q tokenz for Zed

io.github.steveweltman/4q-tokenz

Intelligent MCP proxy that reduces token usage by exposing only mcp_search and mcp_call.

client:Zed transport:stdio runtime:npm

Install 4q tokenz in Zed

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

{
  "context_servers": {
    "4q-tokenz": {
      "command": "npx",
      "args": [
        "-y",
        "4q-tokenz"
      ]
    }
  }
}

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

4q tokenz in other clients