RepoMind-MCP
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 | {} |
| prompts | {} |
| resources | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| architecture-review | Performs a structured review of the codebase architecture based on workspace structure and dependency connections. |
| blast-radius-check | Evaluates 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
| Name | Description |
|---|---|
| RepoMind Workspace Dependency Graph | Full serialized JSON representation of the current workspace dependency mapping. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/deep095/RepoMind-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server