codecalc for Grok
io.github.the-40-thieves/codecalc
Code & logic calculator for AI agents: 31 languages, symbolic math, SMT/logic solving, Big-O.
client:Grok
transport:stdio
runtime:pypi
Install codecalc in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codecalc": {
"type": "stdio",
"command": "uvx",
"args": [
"codecalc"
]
}
}
}
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