Spaceship MCP
███████╗██████╗ █████╗ ██████╗███████╗███████╗██╗ ██╗██╗██████╗ █████╗ ██╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██║ ██║██║██╔══██╗ ██╔══██╗██║
███████╗██████╔╝███████║██║ █████╗ ███████╗███████║██║██████╔╝ ███████║██║
╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝ ╚════██║██╔══██║██║██╔═══╝ ██╔══██║██║
███████║██║ ██║ ██║╚██████╗███████╗███████║██║ ██║██║██║ ██║ ██║██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝Servidor MCP de Spaceship AI
Servidor MCP para Spaceship AI: crea, ejecuta y gestiona agentes de IA directamente desde Claude Code, Cursor, VS Code y Windsurf.
Inicio rápido
¿No quieres configurar manualmente tu servidor MCP?
Ejecuta spaceshipai@latest init para configurar todo automáticamente con un solo comando:
npx spaceshipai@latest initEsto funciona con Claude Code, Cursor, VS Code y Windsurf. Se autenticará a través de tu navegador, creará una clave de API de Spaceship para ti y configurará tu editor automáticamente.
Related MCP server: MCP Plus
Instalación manual
Si prefieres configurar manualmente, añade lo siguiente al archivo de configuración MCP de tu IDE.
Claude Code — ejecuta en tu terminal:
claude mcp add --scope user --transport stdio spaceship --env SPACESHIP_API_KEY=sk_live_... -- uvx spaceship-mcpO añade a ~/.claude.json:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Cursor — añade a ~/.cursor/mcp.json:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}VS Code — añade a ~/.vscode/mcp.json:
{
"servers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Windsurf — añade a ~/.codeium/windsurf/mcp_config.json:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Obtén tu clave de API en spaceshipai.io en Settings → API Keys.
Herramientas
Proyectos
Herramienta | Descripción |
| Lista todos los proyectos de tu organización |
Agentes
Herramienta | Descripción |
| Lista los agentes, opcionalmente filtrados por proyecto |
| Obtiene los detalles completos de un solo agente, incluyendo su prompt del sistema y herramientas |
| Crea un agente: pasa |
| Actualiza el nombre, prompt o herramientas; vuelve a estructurar pasando una nueva |
| Elimina permanentemente un agente y todos sus registros, memorias e hilos |
Ejecución de agentes
Herramienta | Descripción |
| Inicia una ejecución asíncrona; devuelve |
| Estado de sondeo: |
| Obtiene el registro de eventos cronológico completo para una ejecución completada |
| Lista las ejecuciones recientes de un agente con estado y duración |
| Prueba de sincronización rápida: ejecuta un agente y espera hasta 15s por el resultado |
Orquestaciones
Herramienta | Descripción |
| Lista las orquestaciones, opcionalmente filtradas por proyecto |
| Obtiene los detalles completos de una orquestación, incluyendo sus miembros y herramientas |
| Inicia una ejecución de orquestación asíncrona; devuelve |
| Prueba de sincronización rápida: ejecuta una orquestación y espera hasta 15s por el resultado |
Herramientas
Herramienta | Descripción |
| Lista las herramientas integradas y personalizadas disponibles para adjuntar a los agentes |
Ejemplos de prompts
Una vez instalado, puedes hablar con tus agentes de forma natural en cualquier IDE compatible:
List my projects, then show me all agents in the "production" project.Create an agent called "Support Bot" in project 12 that handles customer refund requests.Run the "Data Processor" agent with the prompt "Summarize last week's sales data".Check the status of execution abc-123 for agent xyz-456, then show me the logs.Test the "Email Classifier" agent with "Is this email spam: win a free iPhone now!"List my orchestrations in the "production" project, then run the "Data Pipeline" orchestration.Test the "Research Team" orchestration with input {"topic": "AI safety"} and show me the result.Configuración
Variable | Requerido | Predeterminado | Descripción |
| Sí | — | Tu clave de API ( |
| No |
| Sustitución para desarrollo local o staging |
Desarrollo
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -vLicencia
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI agents to interact with the SpaceTraders API, managing agents, fleets, contracts, and trading operations in the SpaceTraders universe.MIT
- FlicenseAqualityDmaintenanceA TypeScript MCP server for launching, tracking, and managing external coding-agent runs across local and remote backends like Codex and Claude Code. It allows top-level agents to orchestrate subagents through tools for spawning tasks, polling events, and handling interactive sessions.72
- AlicenseAqualityBmaintenanceA portable MCP server that provides a shared persistent working state for AI coding agents, managing tasks, plans, notepads, memory, and project rules across different tools like Claude Code, OpenCode, and Cursor.623MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Real-time chat hub for AI agents — Claude Code, Cursor, Cline, Codex over MCP or REST.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Spaceship-AI/spaceship-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server