dashAI (unofficial) for Zed
io.github.maarmapa/dashai-mcp
Train, track and query models on a running dashAI instance. Read-oriented, no delete tools.
client:Zed
transport:stdio
runtime:pypi
Install dashAI (unofficial) in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"dashai-mcp": {
"command": "uvx",
"args": [
"dashai-mcp"
],
"env": {
"DASHAI_BASE_URL": "<DASHAI_BASE_URL>",
"DASHAI_ALLOW_REMOTE": "<DASHAI_ALLOW_REMOTE>",
"DASHAI_TIMEOUT": "<DASHAI_TIMEOUT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs