satrack-create-project
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., "@satrack-create-projectvalidar"
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.
MCP Create Project Server - Guía de Uso
Servidor MCP para creación de proyectos con flujo validado y registro automático.
🚀 Configuración en VS Code
1. Requisitos
Visual Studio Code
Extensión GitHub Copilot Chat (con soporte MCP)
2. Configurar el servidor MCP
Opción A: Comando directo MCP
Presiona
Ctrl+Shift+PEscribe:
MCP: Open User ConfigurationSe abrirá el archivo
mcp.jsondirectamenteAgrega la siguiente configuracion:
{
"servers": {
"satrack-create-project": {
"url": "https://mcp-dev-create-project.satrack.com",
"type": "http"
}
},
"inputs": []
}Opción B: Settings de VS Code
Presiona
Ctrl+Shift+PEscribe:
Preferences: Open User Settings (JSON)Agrega la sección
mcpServerssi no existe
Agrega la configuración del servidor:
{
"mcpServers": {
"satrack-create-project": { // servidor MCP para creación de proyectos
"transport": "sse",
"url": "https://mcp-dev-create-project.satrack.com"
}
}
}3. Recarga VS Code
Presiona Ctrl+Shift+P → "Developer: Reload Window"
Related MCP server: Backlogr MCP Server
🧪 Pruebas con Copilot Chat (VS Code)
Iniciar creación de proyecto
Abre GitHub Copilot Chat y usa:
@satrack-create-project agent_flowO el alias corto:
@satrack-create-project validarEsto carga las instrucciones obligatorias del flujo de creación de proyectos.
🔍 Ejemplo de Flujo Completo
Nota: La identificación del usuario (
identify) se realiza automáticamente al iniciar la sesión con tu cuenta de Satrack.
Paso 1: Iniciar creación de proyecto
@satrack-create-project validarCopilot te preguntará los parámetros requeridos para el scaffold (nombre, tipo, etc).
Paso 2: Confirmar y ejecutar plantilla
Copilot propondrá el comando de plantilla (por ejemplo, dotnet new st-api ...).
Al confirmar, el servidor:
Crea la carpeta destino si no existe
Ejecuta el comando de plantilla
Registra el reporte automáticamente en la base de datos
No es necesario realizar pasos manuales de commit, changelog ni versionado en este flujo.
📋 Herramientas MCP Disponibles
Herramienta | Descripción |
| Iniciar creación de proyecto - Retorna flujo obligatorio de AGENTS.md |
| Inicialización completa: agent flow + reglas de creación |
| Registrar usuario VSCode para métricas |
| Registrar creación de proyecto en base de datos |
| Detectar framework del proyecto (para contexto) |
| Detectar agentes VSCode disponibles |
🔗 Enlaces Útiles
Servidor Dev: https://mcp-dev-create-project.satrack.com/
Grafana: https://grafana.satrack.com/
Repositorio: https://satrack-ts.visualstudio.com/Artificial-Intelligence/_git/mcp-create-projects
📄 Licencia
Uso interno - SATRACK
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
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/camoran89/mcp-scaffold'
If you have feedback or need assistance with the MCP directory API, please join our Discord server