gts-repo-guardian
Automatiza la gestión de calidad de repositorios GitHub, permitiendo revisar, generar README, limpiar, y monitorizar repositorios.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@gts-repo-guardianReview repository 'my-app' for quality issues"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
gts-repo-guardian 🛡️
MCP (Model Context Protocol) para gestión y revisión automática de repositorios GitHub
📋 Descripción
gts-repo-guardian es un servidor MCP que automatiza la gestión de calidad de repositorios GitHub. Diseñado para mantener el estándar de documentación en los proyectos de @planetazuzu y GTS SOFTWARE.
Related MCP server: MCP GitHub README Generator
⚡ Características
Herramientas Disponibles
Herramienta | Descripción |
| Analiza un repo y genera informe de calidad (0-100) |
| Genera README profesional automáticamente |
| Limpia y estructura el repositorio |
| Revisión masiva de todos los repos de un usuario |
| Aplica mejoras automáticamente |
| Monitoriza repos y alerta sobre problemas |
🚀 Instalación
git clone https://github.com/PlanetaZero/gts-repo-guardian.git
cd gts-repo-guardian
npm install
npm run build⚙️ Configuración
Copia
.env.examplea.env:
cp .env.example .envGenera un token de GitHub en: https://github.com/settings/tokens
Asigna el token en
.env:
GITHUB_TOKEN=tu_token_aqui🔧 Uso con OpenCode
Añade a tu configuración de OpenCode:
{
"mcpServers": {
"gts-repo-guardian": {
"command": "node",
"args": ["/ruta/a/gts-repo-guardian/dist/index.js"],
"env": {
"GITHUB_TOKEN": "tu_token_aqui"
}
}
}
}🔧 Uso con Claude Desktop
Añade a ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"gts-repo-guardian": {
"command": "node",
"args": ["/ruta/a/gts-repo-guardian/dist/index.js"],
"env": {
"GITHUB_TOKEN": "tu_token_aqui"
}
}
}
}📊 Sistema de Puntuación
Puntuación | Color | Significado |
80-100 | 🟢 Verde | Excelente |
50-79 | 🟡 Amarillo | Necesita mejoras |
0-49 | 🔴 Rojo | Necesita trabajo urgente |
Reglas de Calidad
README.md existe y tiene >200 palabras: 30 pts
Repo tiene descripción en GitHub: 15 pts
Repo tiene al menos 3 topics: 10 pts
Licencia presente: 10 pts
.gitignore apropiado al stack: 10 pts
package.json con nombre y descripción: 10 pts
Carpetas organizadas correctamente: 10 pts
.env.example presente si hay variables: 5 pts
📁 Estructura del Proyecto
gts-repo-guardian/
├── src/
│ ├── index.ts # Servidor MCP principal
│ ├── tools/
│ │ ├── review.ts # Revisión de repos
│ │ ├── readme.ts # Generación de READMEs
│ │ ├── clean.ts # Limpieza y estructura
│ │ ├── batch.ts # Revisión masiva
│ │ ├── improve.ts # Aplicar mejoras
│ │ └── monitor.ts # Monitorización continua
│ ├── templates/
│ │ ├── readme-sanitario.md
│ │ ├── readme-tech.md
│ │ └── readme-lab.md
│ └── config/
│ ├── rules.ts # Reglas de calidad
│ └── profiles.ts # Configuración de perfiles
├── package.json
├── tsconfig.json
├── .env.example
└── README.md👤 Autor
Javier Fernández · @planet://github.com/azuzu Técnico de Emergencias Sanitarias · +25 años · La Rioja, España GTS SOFTWARE
📄 Licencia
MIT License - ver LICENSE para más detalles.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceComprehensive MCP server for analyzing GitHub pull requests, detecting security vulnerabilities, assessing code quality, and providing risk ratings across multiple languages.Last updated25MIT
- Alicense-qualityDmaintenanceAn MCP server that analyzes GitHub repositories and automatically generates README.md files. Supports multiple AI providers and offers web, MCP tool, and n8n workflow modes.Last updated1Creative Commons Zero v1.0 Universal
- Flicense-qualityDmaintenanceMCP server that provides structured briefs for public GitHub repositories, including metadata, key files, release notes, and activity snapshots.Last updated
- Alicense-qualityBmaintenanceAn MCP server for automated code review of GitHub pull requests. It checks security, quality, and license issues, and provides tools to list, inspect, and review PRs.Last updated23MIT
Related MCP Connectors
Scan any public GitHub MCP-server repo for security issues. 37 MCP-specific L1 rules, 8 languages.
A MCP server built for developers enabling Git based project management with project and personal…
GitHub repo maintainability verdicts—maintained, slowing, at-risk, abandoned—via MCP.
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/planetazuzu/gts-repo-guardian'
If you have feedback or need assistance with the MCP directory API, please join our Discord server