CLEO MCP Server for Grok
io.github.kryptobaseddev/cleo-mcp-server
Task management for AI coding agents — CQRS 2-gateway pattern, 200 ops across 10 domains
client:Grok
transport:stdio
runtime:npm
Install CLEO MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"cleo-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cleocode/cleo"
],
"env": {
"CLEO_PROJECT_DIR": "<CLEO_PROJECT_DIR>"
}
}
}
}
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