Skip to content

CodeAlive MCP v0.5.4

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Mar 14:39

CodeAlive MCP Server v0.5.4

Deployment Options

Docker Container (Local)

docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v0.5.4

MCP Registry

{
  "name": "io.github.codealive-ai/codealive-mcp",
  "transport": {
    "type": "stdio",
    "command": "docker",
    "args": ["run", "--rm", "-i", "-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE", "ghcr.io/codealive-ai/codealive-mcp:v0.5.4"]
  }
}

Remote HTTP (Zero Setup)

{
  "transport": {
    "type": "http",
    "url": "https://mcp.codealive.ai/api"
  },
  "headers": {
    "Authorization": "Bearer your-codealive-api-key"
  }
}