Skip to content
Zed

agent toolbelt for Zed

io.github.rccola990-cloud/agent-toolbelt

MCP tools for AI agents: fetch any URL as clean text, live crypto prices, review & bid drafting.

client:Zed transport:stdio runtime:npm

Install agent toolbelt in Zed

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

{
  "context_servers": {
    "agent-toolbelt": {
      "command": "npx",
      "args": [
        "-y",
        "@rileycraig/agent-toolbelt"
      ]
    }
  }
}

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

agent toolbelt in other clients