codealive mcp for Grok
io.github.codealive-ai/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
client:Grok
transport:stdio
runtime:oci
Install codealive mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"codealive-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/codealive-ai/codealive-mcp:3.0.3"
],
"env": {
"CODEALIVE_API_KEY": "<CODEALIVE_API_KEY>"
}
}
}
}
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