Spaceship MCP
███████╗██████╗ █████╗ ██████╗███████╗███████╗██╗ ██╗██╗██████╗ █████╗ ██╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██║ ██║██║██╔══██╗ ██╔══██╗██║
███████╗██████╔╝███████║██║ █████╗ ███████╗███████║██║██████╔╝ ███████║██║
╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝ ╚════██║██╔══██║██║██╔═══╝ ██╔══██║██║
███████║██║ ██║ ██║╚██████╗███████╗███████║██║ ██║██║██║ ██║ ██║██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝Spaceship AI MCP-Server
MCP-Server für Spaceship AI — Erstellen, Ausführen und Verwalten von KI-Agenten direkt aus Claude Code, Cursor, VS Code und Windsurf.
Schnellstart
Sie möchten Ihren MCP-Server nicht manuell konfigurieren?
Führen Sie spaceshipai@latest init aus, um alles automatisch mit einem Befehl einzurichten:
npx spaceshipai@latest initDies funktioniert mit Claude Code, Cursor, VS Code und Windsurf. Es authentifiziert Sie über Ihren Browser, erstellt einen Spaceship-API-Schlüssel für Sie und konfiguriert Ihren Editor automatisch.
Related MCP server: MCP Plus
Manuelle Installation
Wenn Sie die manuelle Konfiguration bevorzugen, fügen Sie Folgendes zur MCP-Konfigurationsdatei Ihrer IDE hinzu.
Claude Code — führen Sie dies in Ihrem Terminal aus:
claude mcp add --scope user --transport stdio spaceship --env SPACESHIP_API_KEY=sk_live_... -- uvx spaceship-mcpOder fügen Sie es zu ~/.claude.json hinzu:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Cursor — fügen Sie es zu ~/.cursor/mcp.json hinzu:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}VS Code — fügen Sie es zu ~/.vscode/mcp.json hinzu:
{
"servers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Windsurf — fügen Sie es zu ~/.codeium/windsurf/mcp_config.json hinzu:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Sie erhalten Ihren API-Schlüssel unter spaceshipai.io unter Settings → API Keys.
Tools
Projekte
Tool | Beschreibung |
| Alle Projekte in Ihrer Organisation auflisten |
Agenten
Tool | Beschreibung |
| Agenten auflisten, optional gefiltert nach Projekt |
| Vollständige Details eines einzelnen Agenten abrufen, einschließlich System-Prompt und Tools |
| Einen Agenten erstellen — übergeben Sie |
| Name, Prompt oder Tools aktualisieren; durch Übergabe einer neuen |
| Einen Agenten und alle seine Protokolle, Speicher und Threads dauerhaft löschen |
Agenten ausführen
Tool | Beschreibung |
| Einen asynchronen Lauf starten; gibt |
| Status abfragen: |
| Das vollständige chronologische Ereignisprotokoll für einen abgeschlossenen Lauf abrufen |
| Letzte Läufe für einen Agenten mit Status und Dauer auflisten |
| Schneller Synchron-Test — führt einen Agenten aus und wartet bis zu 15 Sekunden auf das Ergebnis |
Orchestrierungen
Tool | Beschreibung |
| Orchestrierungen auflisten, optional gefiltert nach Projekt |
| Vollständige Details einer Orchestrierung abrufen, einschließlich ihrer Mitglieder und Tools |
| Einen asynchronen Orchestrierungslauf starten; gibt |
| Schneller Synchron-Test — führt eine Orchestrierung aus und wartet bis zu 15 Sekunden auf das Ergebnis |
Tools
Tool | Beschreibung |
| Integrierte und benutzerdefinierte Tools auflisten, die Agenten zugewiesen werden können |
Beispiel-Prompts
Nach der Installation können Sie in jeder unterstützten IDE natürlich mit Ihren Agenten sprechen:
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.Konfiguration
Variable | Erforderlich | Standard | Beschreibung |
| Ja | — | Ihr API-Schlüssel ( |
| Nein |
| Überschreibung für lokale Entwicklung oder Staging |
Entwicklung
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -vLizenz
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