Skip to content

CodeAlive MCP v2.0.0

Choose a tag to compare

@rodion-m rodion-m released this 13 Apr 18:31
· 18 commits to main since this release

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