Skip to content
Zed

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

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

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

dashAI (unofficial) in other clients