CodeAlive MCP
JSON →Provides semantic code search and codebase interaction features via the CodeAlive API.
Install
npx -y @smithery/cli Tools · 8
- get_data_sources List your indexed repositories and workspaces
- semantic_search Canonical semantic search across indexed artifacts
- grep_search Exact text or regex search with line-level matches
- fetch_artifacts Load the full source for relevant search hits
- get_artifact_relationships Expand call graph, inheritance, and reference relationships for one artifact
- chat Slower synthesized codebase Q&A, typically only after search
- codebase_search Deprecated legacy semantic search alias kept for backward compatibility
- codebase_consultant Deprecated alias for chat
Environment variables
CODEALIVE_API_KEYCODEALIVE_BASE_URLYOUR_KEYYOUR_API_KEY
Links
★ 81 GitHub stars