dashAI (unofficial) for Windsurf
io.github.maarmapa/dashai-mcp
Train, track and query models on a running dashAI instance. Read-oriented, no delete tools.
client:Windsurf
transport:stdio
runtime:pypi
Install dashAI (unofficial) in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"dashai-mcp": {
"command": "uvx",
"args": [
"dashai-mcp"
],
"env": {
"DASHAI_BASE_URL": "<DASHAI_BASE_URL>",
"DASHAI_ALLOW_REMOTE": "<DASHAI_ALLOW_REMOTE>",
"DASHAI_TIMEOUT": "<DASHAI_TIMEOUT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs