myc for Grok
io.github.aistastudio/myc
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
client:Grok
transport:stdio
runtime:npm
Install myc in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"myc": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@aistastudio/myc"
]
}
}
}
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