MCP Servers / development / CodeAlive MCP

CodeAlive MCP

JSON →
stdionone81development

Provides semantic code search and codebase interaction features via the CodeAlive API.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: codealive-mcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envCODEALIVE_API_KEY
envCODEALIVE_BASE_URL
envYOUR_KEY
envYOUR_API_KEY
Resources
CodeAlive MCP — MCP Server · libregistry