dart query for Grok
io.github.standardbeagle/dart-query
Dart AI task management MCP with batch operations, DartQL selectors, CSV import, zero context rot
client:Grok
transport:stdio
runtime:npm
Install dart query in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"dart-query": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@standardbeagle/dart-query"
],
"env": {
"DART_TOKEN": "<DART_TOKEN>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs