HomeDevelopment › codealive-mcp

codealive-mcp

Semantic code search and analysis from CodeAlive for AI assistants and agents.

Python
★ 90 stars Last pushed 2026-09-16 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm ghcr.io/codealive-ai/codealive-mcp:3.0.3

Or add to your MCP client config:

{
  "mcpServers": {
    "codealive-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/codealive-ai/codealive-mcp:3.0.3"
      ],
      "env": {
        "CODEALIVE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • CODEALIVE_API_KEY required secret — Your CodeAlive API key. Get one at https://app.codealive.ai/ under MCP & API.

Related servers

Data from the Official MCP Registry