Releases: CodeAlive-AI/codealive-mcp
Releases · CodeAlive-AI/codealive-mcp
Release list
CodeAlive MCP v3.0.0
What changed
- Switched all tools to the canonical Tool API v3 endpoint:
POST /api/tools/{name}. - Added repository navigation tools:
get_repository_ontology,get_file_tree, andread_file. - Added ArtifactQuery tools:
get_artifact_query_schemaandquery_artifact_metadata. - Standardized v3 payloads, agentic responses, repairable errors, and snake_case relationship profiles.
- Removed deprecated MCP alias registration and legacy alias documentation.
- Hardened HTTP transport for FastMCP 3.4.4 with Host/Origin validation and probe-safe health routes.
- Expanded protocol, metadata, transport-security, stdio, and Tool API v3 contract coverage.
Compatibility
- Requires the CodeAlive Tool API v3 backend.
- Legacy MCP aliases are no longer exposed; use canonical tool names.
CodeAlive MCP v2.0.7
CodeAlive MCP Server v2.0.7
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v2.0.7MCP 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:v2.0.7"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}CodeAlive MCP v2.0.6
CodeAlive MCP Server v2.0.6
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v2.0.6MCP 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:v2.0.6"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}CodeAlive MCP v2.0.5
CodeAlive MCP Server v2.0.5
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v2.0.5MCP 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:v2.0.5"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}CodeAlive MCP v2.0.4
CodeAlive MCP Server v2.0.4
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v2.0.4MCP 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:v2.0.4"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}CodeAlive MCP v2.0.3
CodeAlive MCP Server v2.0.3
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v2.0.3MCP 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:v2.0.3"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}CodeAlive MCP v2.0.1
CodeAlive MCP Server v2.0.1
Changes
chattool description updated: agents will no longer callchatautomatically — only when the user explicitly asks for it. Prefersemantic_search,grep_search,fetch_artifactsfor all other tasks.
Install
Claude Desktop — download codealive-mcp.mcpb below, then Settings → Extensions → Install Extension.
Claude Code (Remote HTTP)
claude mcp add --transport http codealive https://mcp.codealive.ai/api --header "Authorization: Bearer YOUR_API_KEY"Docker
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:mainCodeAlive MCP v2.0.0
CodeAlive MCP Server v2.0.0
What's New
isErrorflag on all tool error responses — agents can now reliably distinguish errors from dataLiteraltype forprofileparameter inget_artifact_relationships— invalid values are rejected by schema validation before the tool runs- Expanded docstrings for
semantic_searchandgrep_searchwith filtering parameter guidance fetch_artifactslimit raised to 50 (recommended ≤20 for context safety)
Install
Claude Desktop — download codealive-mcp.mcpb below, then Settings → Extensions → Install Extension.
Claude Code (Remote HTTP)
claude mcp add --transport http codealive https://mcp.codealive.ai/api --header "Authorization: Bearer YOUR_API_KEY"Docker
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:mainCodeAlive MCP v0.5.4
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.4MCP 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"
}
}CodeAlive MCP v0.5.3
CodeAlive MCP Server v0.5.3
Deployment Options
Docker Container (Local)
docker run --rm -i -e CODEALIVE_API_KEY=your-key ghcr.io/codealive-ai/codealive-mcp:v0.5.3MCP 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.3"]
}
}Remote HTTP (Zero Setup)
{
"transport": {
"type": "http",
"url": "https://mcp.codealive.ai/api"
},
"headers": {
"Authorization": "Bearer your-codealive-api-key"
}
}