workspace-v1/core/mcp-servers/templates/TEMPLATE-MCP-INTERNO
rckrdmrd cb4c0681d3 feat(workspace): Add new projects and update architecture
New projects created:
- michangarrito (marketplace mobile)
- template-saas (SaaS template)
- clinica-dental (dental ERP)
- clinica-veterinaria (veterinary ERP)

Architecture updates:
- Move catalog from core/ to shared/
- Add MCP servers structure and templates
- Add git management scripts
- Update SUBREPOSITORIOS.md with 15 new repos
- Update .gitignore for new projects

Repository infrastructure:
- 4 main repositories
- 11 subrepositorios
- Gitea remotes configured

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:43:28 -06:00
..
config feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
docs feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
orchestration/00-guidelines feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
src feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
tests feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
.env.example feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
.gitignore feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
package.json.template feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00
README.md feat(workspace): Add new projects and update architecture 2026-01-07 04:43:28 -06:00

{NOMBRE_MCP}

Version: 0.1.0 Fecha: {FECHA} Sistema: NEXUS v3.4 + SIMCO


Descripcion

{DESCRIPCION_DEL_MCP}


Instalacion

# Clonar (desde workspace-v1/core/mcp-servers/internal/)
git clone git@gitea-server:rckrdmrd/mcp-{nombre}.git {nombre}
cd {nombre}

# Instalar dependencias
npm install

# Configurar
cp .env.example .env
# Editar .env con credenciales

Configuracion

Variables de Entorno

Variable Descripcion Requerido
DATABASE_URL URL de PostgreSQL Si
OPENAI_API_KEY API key de OpenAI Si

Archivo .env.example

# Database
DATABASE_URL=postgresql://user:pass@localhost:5432/db

# OpenAI (para embeddings)
OPENAI_API_KEY=sk-...

# Server
PORT=3100

Uso

Iniciar Servidor

npm run start

Desarrollo

npm run dev

Tests

npm run test

Herramientas MCP Disponibles

Herramienta Descripcion
{tool_1} {descripcion}
{tool_2} {descripcion}

Estructura

{nombre}/
├── README.md
├── package.json
├── tsconfig.json
├── .env.example
├── .gitignore
├── docs/
│   ├── ARCHITECTURE.md
│   ├── DEPLOYMENT.md
│   └── USAGE.md
├── orchestration/
│   └── 00-guidelines/
│       └── CONTEXTO-PROYECTO.md
├── src/
│   ├── index.ts
│   ├── tools/
│   └── services/
├── config/
└── tests/

Referencias

  • Directiva: @SIMCO_MCP
  • Perfil: @PERFIL_MCP_DEVELOPER
  • Registry: core/mcp-servers/_registry.yml

Mantenido por: @PERFIL_MCP_DEVELOPER