CodeFlow MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| pingB | Simple ping tool to echo a message and report analysis status. |
| semantic_searchB | Perform semantic search in codebase using vector similarity. |
| get_call_graphC | Export the call graph in specified format. |
| get_function_metadataB | Retrieve metadata for a specific function by its fully qualified name. Args: fqn: The fully qualified name of the function to retrieve metadata for. Returns: MetadataResponse containing detailed function metadata. |
| query_entry_pointsB | Retrieve identified entry points in the codebase with optional pagination and detail level. |
| impact_analysisD | – |
| generate_mermaid_graphB | Generate a Mermaid diagram for the call graph. |
| cleanup_stale_referencesA | Manually trigger cleanup of stale file references in the vector store. Removes documents that reference files that no longer exist on the filesystem. |
| reinforce_memoryD | – |
| query_memoryD | – |
| list_memoryD | – |
| forget_memoryD | – |
| check_driftB | Run drift detection on the current analyzed codebase. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| cortex-memory-top | Top Cortex memory entries for quick context. |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrorigo/code-flow-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server