Skip to content
Back to search
30
MCP

CodeFlow

pulsemcp/codeflow

Provides semantic code analysis and search capabilities for Python codebases through AST extraction, call graph generation, and vector embeddings, enabling rapid semantic search, architectural documentation generation, and efficient navigation of large Python projects.

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

Similar MCP servers embedding-nearest

Code Pathfinder
AI-native static code analysis with call graphs, data flow tracing, type inference, and symbol search for Python and Go.
0 tools
CodeAlive
Provides a bridge to CodeAlive's platform for semantic code search, repository exploration, and context-aware chat completions that leverage
0 tools
CodeIntel
AI-powered semantic code search using vector embeddings for contextual code loading.
0 tools
ContentFlow
Search and analyze business podcast transcripts, entities, and speakers.
0 tools
CodeGraph Context
Code graph analysis for AI coding assistants with repo graph queries, symbol impact paths, and dependency hotspot reports.
0 tools
Code Context (Semantic Code Search)
Enables semantic code search and understanding by cloning git repositories, splitting code into semantic chunks, and generating embeddings f
0 tools

How to use

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

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