Skip to content
Zed

tooldash mcp for Zed

io.github.lassib999/tooldash-mcp

Offline PDF and text tools: merge, extract pages, inspect, clean text. No upload, no API key.

client:Zed transport:stdio runtime:npm

Install tooldash mcp 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": {
    "tooldash-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tooldash-mcp"
      ],
      "env": {
        "TOOLDASH_MCP_ROOT": "<TOOLDASH_MCP_ROOT>"
      }
    }
  }
}

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

tooldash mcp in other clients