Skip to content

Releases: CodeAlive-AI/codealive-mcp

CodeAlive MCP v2.0.3

16 Apr 11:32

Choose a tag to compare

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.3

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: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

13 Apr 19:03

Choose a tag to compare

CodeAlive MCP Server v2.0.1

Changes

  • chat tool description updated: agents will no longer call chat automatically — only when the user explicitly asks for it. Prefer semantic_search, grep_search, fetch_artifacts for 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:main

CodeAlive MCP v2.0.0

13 Apr 18:31

Choose a tag to compare

CodeAlive MCP Server v2.0.0

What's New

  • isError flag on all tool error responses — agents can now reliably distinguish errors from data
  • Literal type for profile parameter in get_artifact_relationships — invalid values are rejected by schema validation before the tool runs
  • Expanded docstrings for semantic_search and grep_search with filtering parameter guidance
  • fetch_artifacts limit 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:main

CodeAlive MCP v0.5.4

15 Mar 14:39

Choose a tag to compare

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

CodeAlive MCP v0.5.3

13 Mar 22:50

Choose a tag to compare

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.3

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

Remote HTTP (Zero Setup)

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

CodeAlive MCP v0.3.0

26 Sep 22:23

Choose a tag to compare

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