Skip to content
Back to search
30
MCP

CodeAlive

pulsemcp/codealive

Provides a bridge to CodeAlive's platform for semantic code search, repository exploration, and context-aware chat completions that leverage deep understanding of entire codebases including documentation and dependencies.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

io.github.CodeAlive-AI/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
0 tools
io.github.codealive-ai/codealive-mcp
Semantic code search and analysis from CodeAlive for AI assistants and agents.
0 tools
Codebaxing
Provides semantic code search capabilities using natural language queries, indexing codebases with Tree-sitter parsing, all-MiniLM-L6-v2 emb
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
CodeFlow
Provides semantic code analysis and search capabilities for Python codebases through AST extraction, call graph generation, and vector embed
0 tools
io.github.jghiringhelli/codeseeker
Graph-powered code intelligence with semantic search and knowledge graph for AI assistants
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "codealive": {
      "url": "None",
      "transport": "http"
    }
  }
}