dashAI (unofficial) for Cursor
io.github.maarmapa/dashai-mcp
Train, track and query models on a running dashAI instance. Read-oriented, no delete tools.
client:Cursor
transport:stdio
runtime:pypi
Install dashAI (unofficial) in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"dashai-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"dashai-mcp"
],
"env": {
"DASHAI_BASE_URL": "<DASHAI_BASE_URL>",
"DASHAI_ALLOW_REMOTE": "<DASHAI_ALLOW_REMOTE>",
"DASHAI_TIMEOUT": "<DASHAI_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs