mcp-diagrama-iterativo-mermaid
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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 |
|---|---|
| analizar_proyectoA | Inspecciona la estructura de un proyecto en el disco local o repositorio. Detecta el stack tecnológico, las capas arquitectónicas (Frontend, API, Servicios, Dominio, Base de datos), archivos representativos y busca si ya existen diagramas (.mmd, .puml). Args: project_path: Ruta absoluta al proyecto o repositorio (ej: 'D:/2026/MiProyecto'). |
| generar_diagrama_desde_mermaidA | Compila cualquier especificación textual en sintaxis Mermaid (flowchart, graph, erDiagram, classDiagram) en una aplicación web interactiva de un solo archivo (Single-File Bundle: HTML5 + SVG + Vanilla JS). Características:
Args: mermaid_code: Código Mermaid DSL (ej: 'graph LR subgraph A... end'). output_path: Ruta absoluta donde se guardará el archivo .html generado. titulo: Título visual que aparecerá en la barra superior del diagrama. |
| crear_diagrama_proyectoA | Herramienta integral 'Todo en Uno': Analiza un proyecto, detecta sus capas y componentes, sintetiza su arquitectura y genera directamente el diagrama interactivo autónomo (.html) listo para ser abierto en cualquier navegador. Args: project_path: Ruta absoluta al proyecto que se desea diagramar. output_path: (Opcional) Ruta del archivo .html destino. Por defecto se guarda en 'docs/diagrama_interactivo.html' del proyecto. titulo: (Opcional) Título del diagrama. Si se omite, usa el nombre de la carpeta del proyecto. |
| convertir_archivo_mermaidA | Convierte un archivo existente con extensión .mmd o .mermaid en una aplicación web interactiva HTML5. Args: input_file: Ruta absoluta al archivo .mmd o .mermaid. output_path: (Opcional) Ruta del .html resultante. Si no se especifica, se genera junto al archivo original. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/martincrespo77/MCP-Diagrama-Iterativo-Mermaid'
If you have feedback or need assistance with the MCP directory API, please join our Discord server