Skip to content

CodeAlive MCP v0.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Sep 22:23
· 32 commits to main since this release

CodeAlive MCP Server v0.3.0

🚀 Hybrid Deployment Options

Docker Container (Local)

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

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.3.0"]
  }
}

Remote HTTP (Zero Setup)

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