Skip to content
Grok

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)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

codealive mcp in other clients