Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}
prompts
{}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
repomind_scan_workspaceA

Recursively scans a workspace directory, mapping its file structure, listing source files, and providing statistics, while ignoring binary/build folders (e.g. node_modules, .git, dist).

repomind_get_dependenciesA

Analyzes imports in JavaScript, TypeScript, and Python files within a target path (file or directory) to build a directed dependency graph showing local module relationships.

repomind_generate_diagramB

Generates a beautiful visual Mermaid diagram representing the dependency graph of the files. Can group files by their parent directories into subgraphs.

repomind_impact_analysisA

Calculates the downstream blast radius (reverse dependents) of modifying a target file or module, showing exactly which files depend on it directly or indirectly.

Prompts

Interactive templates invoked by user choice

NameDescription
architecture-reviewPerforms a structured review of the codebase architecture based on workspace structure and dependency connections.
blast-radius-checkEvaluates the potential downstream blast radius of modifying a target file by executing impact analysis and planning refactoring steps.

Resources

Contextual data attached and managed by the client

NameDescription
RepoMind Workspace Dependency GraphFull serialized JSON representation of the current workspace dependency mapping.

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/deep095/RepoMind-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server