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
{
"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