mcp server colab exec for Grok
io.github.pdwi2020/mcp-server-colab-exec
Execute Python code on Google Colab GPU runtimes (T4/L4) from any MCP client
client:Grok
transport:stdio
runtime:pypi
Install mcp server colab exec in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"mcp-server-colab-exec": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-server-colab-exec"
]
}
}
}
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