Skip to main content
Glama

# 🤖 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.json

Related 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"]
    }
  }
}

Related MCP Connectors

Related MCP Servers

  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
    -
  • A
    license
    A
    quality
    D
    maintenance
    Enables 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.
    9
    20 npm
    11
    MIT