Skip to content
Zed

toolc for Zed

dev.toolc/toolc

Optimizing compiler for agent tools: many MCP servers or REST APIs in, one lean endpoint out.

client:Zed transport:stdio runtime:npm

Install toolc in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "toolc": {
      "command": "npx",
      "args": [
        "-y",
        "@toolc/cli"
      ],
      "env": {
        "ANTHROPIC_API_KEY": "<ANTHROPIC_API_KEY>"
      }
    }
  }
}

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

toolc in other clients