server.json•2.23 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.CodeAlive-AI/codealive-mcp",
"version": "0.4.7",
"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",
"identifier": "ghcr.io/codealive-ai/codealive-mcp:0.4.6",
"version": "0.4.6",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"name": "CODEALIVE_API_KEY",
"description": "Your CodeAlive API key. Get one at https://app.codealive.ai/ under MCP & API.",
"isRequired": true,
"isSecret": true
}
]
}
],
"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."
}
]
}
}