satrack-create-project
Enables project creation with validated flow and automatic registration via MCP, supporting scaffold, bootstrap, and validation tools.
README
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+P - Escribe:
MCP: Open User Configuration - Se abrirá el archivo
mcp.jsondirectamente - Agrega 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+P - Escribe:
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"
🧪 Pruebas con Copilot Chat (VS Code)
Iniciar creación de proyecto
Abre GitHub Copilot Chat y usa:
@satrack-create-project agent_flow
O el alias corto:
@satrack-create-project validar
Esto 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 validar
Copilot 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 |
|---|---|
validar / agent_flow |
Iniciar creación de proyecto - Retorna flujo obligatorio de AGENTS.md |
bootstrap |
Inicialización completa: agent flow + reglas de creación |
identify |
Registrar usuario VSCode para métricas |
report_validation |
Registrar creación de proyecto en base de datos |
detect_stack |
Detectar framework del proyecto (para contexto) |
vscode_agents |
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.