Agile Squad MCP
Click on "Deploy 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., "@Agile Squad MCPfacilitate a sprint retrospective and list action items"
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.
# 🤖 Agile Squad MCP (Model Context Protocol & VS Code Suite)
Monorepo TypeScript que implementa el Squad Ágil de IA:
@agile-squad/core: Motor central para orquestar los roles del squad y los skills.@agile-squad/mcp-server: Servidor MCP estándar (Stdio/SSE) para integrar el squad con Antigravity, Claude Desktop o Cursor.vscode-agile-squad: Extensión para Visual Studio Code y Antigravity IDE con comandos rápidos y visualizador de roles.
🏛️ Estructura del Proyecto
agile-squad-mcp/
├── packages/
│ ├── core/ # Biblioteca base agnóstica de resolución de roles
│ ├── mcp-server/ # Implementación del servidor MCP
│ └── vscode-extension/ # Extensión empaquetable para VS Code / Antigravity
├── package.json
└── tsconfig.jsonRelated MCP server: CustomGPT MCP Server
🚀 Uso Rápido en Antigravity (~/.gemini/config/mcp_config.json)
{
"mcpServers": {
"agile-squad": {
"command": "node",
"args": ["/ruta/a/agile-squad-mcp/packages/mcp-server/dist/cli.js"]
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
- QuallaaOAuthcom.quallaa
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Nifty's MCP server — exposes tasks, projects, messages, and files as tools for AI agents.
Agent-native collaboration network: orchestrate a team of long-running agents from any MCP client.
Remote MCP server to read and manage your Atako AI agents, messages, files, and integrations.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP (Multi-Agent Conversation Protocol) Server that enables interaction with the At-Work API (api.at-work.biz), allowing agents to communicate with this service through various transport modes like stdio, SSE, and HTTP.-
- AlicenseNot gradedqualityDmaintenanceA full-featured MCP server providing seamless access to CustomGPT.ai APIs, enabling agent and conversation management through MCP-compatible clients.5MIT
- AlicenseAqualityDmaintenanceEnables multiple AI agents to coordinate work on the same codebase by providing real-time file locking, commit approval, and agent awareness through a lightweight WebSocket-based MCP server.920 npm11MIT
- FlicenseNot gradedqualityDmaintenanceA standalone MCP server that exposes API endpoints as tools for AI assistants, using SSE transport.-