Skip to content

Releases: CodeAlive-AI/codealive-mcp

CodeAlive MCP v2.0.7

Choose a tag to compare

@github-actions github-actions released this 30 Jun 07:29
6190fa8

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

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

Choose a tag to compare

@github-actions github-actions released this 29 Jun 19:57
a1aa95d

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

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

Choose a tag to compare

@github-actions github-actions released this 12 May 14:45

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

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

Choose a tag to compare

@github-actions github-actions released this 27 Apr 19:59

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

Choose a tag to compare

@github-actions github-actions released this 16 Apr 11:32

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

Choose a tag to compare

@rodion-m rodion-m released this 13 Apr 19:03

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

Choose a tag to compare

@rodion-m rodion-m released this 13 Apr 18:31

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

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

CodeAlive MCP v0.5.3

Choose a tag to compare

@github-actions github-actions released this 13 Mar 22:50

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

Choose a tag to compare

@github-actions github-actions released this 26 Sep 22:23

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