Agent Skills API
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., "@Agent Skills APIsearch for react patterns rules"
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.
Agent Skills API - CodeMentor MCP
🤖 Multi-Agent System con Arquitectura Hexagonal + CQRS
Sistema de agentes especializados para búsqueda y gestión de reglas de código usando el protocolo MCP (Model Context Protocol).
🚀 Quick Start
1. Instalar dependencias
pnpm install2. Configurar variables de entorno
cp .env.example .env3. Build
pnpm run build4. Iniciar servidor
pnpm run start:dev5. Verificar
curl http://localhost:8004/healthRelated MCP server: Iconsult MCP
📚 Documentación
Documento | Descripción |
Guía principal y quick start | |
Arquitectura v3: monorepo, gRPC, agentes | |
Configuración MCP por agente (Qwen, Cursor, Claude) | |
Configuración específica para Qwen + reglas | |
Estado de implementación y métricas |
🤖 Agentes Disponibles
Agente | Responsabilidad |
RouterAgent | Orquestador principal, detecta intención |
SearchAgent | Búsqueda BM25 de reglas |
IdentityAgent | Gestiona identidad MCP y prefijos |
RulesAgent | Listado y gestión de reglas |
CodeAgent | Generación de código |
ArchitectureAgent | Validación arquitectónica |
AnalysisAgent | Análisis de código |
MetricsAgent | Métricas y tracking |
🤖 Agentes CLI Compatibles
Agente | Configuración | Estado |
Qwen Code |
| ✅ Configurado |
OpenCode |
| ✅ Configurado |
Gemini CLI |
| ✅ Configurado |
Cursor |
| 📝 Ver doc/MCP-CONFIG.md |
Claude Code |
| 📝 Ver doc/MCP-CONFIG.md |
🛠️ Scripts Disponibles
# Desarrollo
pnpm run start:dev
# Producción
pnpm run start:prod
# Build
pnpm run build
# Tests
pnpm run test
# Lint
pnpm run lint
# Gemini Setup
pnpm run agent:setup-gemini # Setup Gemini MCP config
pnpm run agent:setup-gemini:force # Force overwrite existing config📡 Endpoints
Método | Endpoint | Descripción |
|
| Health check |
|
| Listar reglas |
|
| Buscar reglas |
|
| MCP SSE endpoint |
|
| Swagger UI |
🔧 Configuración Gemini
Para configurar Gemini CLI con Agent Skills API:
# Copiar configuración
cp gemini-mcp-config.json ~/.gemini/mcp.json
# Editar la ruta del servidor MCP si es necesario
nano ~/.gemini/mcp.jsonVer .gemini/INSTRUCTIONS.md para más detalles.
🔧 Configuración Qwen
Para priorizar MCP en Qwen, usa la configuración en doc/MCP-QWEN-CONFIG.md:
{
"mcp": {
"enabled": true,
"autoActivateSkills": true,
"preferMcpOverInternalTools": true
},
"mcpServers": {
"agent-skills-api": {
"url": "http://localhost:8004/mcp/sse",
"trust": true,
"priority": "high"
}
}
}📊 Métricas
Componente | Valor |
Agentes | 8 especializados |
Reglas | 20+ reglas de código |
Tests | 17 tests passing |
Arquitectura | Hexagonal + CQRS |
🎯 Reglas Aplicadas
Todos los agentes siguen estas reglas:
✅ Comentarios en inglés
✅ Logs en inglés
✅ Respuestas amigables (no técnicas)
✅ Clean Architecture
✅ CQRS pattern
✅ Repository pattern
📝 License
MIT
Para más detalles, visita la carpeta doc/
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.
Latest Blog Posts
- 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/rodriguez2508/agent-skills'
If you have feedback or need assistance with the MCP directory API, please join our Discord server