Universal Architecture Context MCP Server
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_modulesB | Lista todos los módulos/subproyectos detectados en el repositorio y su tipo de arquitectura (monolito o multiproyecto). |
| get_project_structureA | Devuelve la estructura de carpetas y archivos. Si no se indica 'module', devuelve la estructura completa de todo el proyecto. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Only two tools with clearly distinct purposes: one lists modules and their architecture types, the other returns file/folder structure. No overlap in functionality.
Both tool names follow a consistent verb_noun pattern: list_modules and get_project_structure. The verbs (list, get) and nouns (modules, project_structure) are clear and predictable.
With only 2 tools, the server feels thin for a domain as broad as 'Universal Architecture Context'. While each tool is useful, the set is borderline minimal and might benefit from additional tools like get_module_details or get_dependencies.
The two tools cover basic inspection (modules and structure) but miss significant aspects of architecture analysis such as dependency graphs, architectural pattern detection, or per-module configuration details. For a server claiming 'Universal Architecture Context', the surface is notably incomplete.