dashAI (unofficial) for Cline
io.github.maarmapa/dashai-mcp
Train, track and query models on a running dashAI instance. Read-oriented, no delete tools.
client:Cline
transport:stdio
runtime:pypi
Install dashAI (unofficial) in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs