Skip to content

CodeAlive MCP v2.0.1

Choose a tag to compare

@rodion-m rodion-m released this 13 Apr 19:03
· 14 commits to main since this release

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