Skip to main content
Glama
mrorigo
by mrorigo

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
cortex-memory-topTop Cortex memory entries for quick context.

Latest Blog Posts

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