CodeFlow
pulsemcp/codeflowProvides 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.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"codeflow": {
"url": "None",
"transport": "http"
}
}
}