Skip to main content
Glama

CodeAlive MCP

Official
by CodeAlive-AI
server.json2.2 kB
{ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-16/server.schema.json", "name": "io.github.CodeAlive-AI/codealive-mcp", "version": "0.2.0", "description": "Semantic code search and analysis from CodeAlive for AI assistants and agents.", "keywords": [ "context-engineering", "agent-knowledge", "knowledge-graph", "code-search", "semantic-search", "multi-repository", "codebase-analysis", "ai-code-agent", "context-augmentation", "code-relationships", "enterprise-codebase", "model-context-protocol", "code-review", "developer-tools" ], "license": "MIT", "author": { "name": "CodeAlive AI", "url": "https://github.com/CodeAlive-AI" }, "homepage": "https://github.com/CodeAlive-AI/codealive-mcp", "repository": { "type": "git", "url": "https://github.com/CodeAlive-AI/codealive-mcp.git", "source": "github" }, "packages": [ { "registryType": "oci", "registryBaseUrl": "https://ghcr.io", "identifier": "codealive-ai/codealive-mcp", "version": "0.2.0", "transport": { "type": "stdio", "command": "docker", "args": [ "run", "--rm", "-i", "-e", "CODEALIVE_API_KEY=YOUR_API_KEY_HERE", "ghcr.io/codealive-ai/codealive-mcp:v0.2.0" ] } } ], "capabilities": { "tools": [ { "name": "get_data_sources", "description": "Retrieve all available repositories and workspaces indexed in your CodeAlive account. Use this first to discover what codebases you can search and analyze." }, { "name": "codebase_search", "description": "Search across your entire codebase using natural language queries. Find functions, classes, patterns, and implementations with semantic understanding that goes beyond simple text matching." }, { "name": "codebase_consultant", "description": "Get comprehensive AI-powered analysis, explanations, and insights about your codebase. Ask complex questions about architecture, patterns, dependencies, and implementation details." } ] } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeAlive-AI/codealive-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server