Skip to main content
Glama
       ███████╗██████╗  █████╗  ██████╗███████╗███████╗██╗  ██╗██╗██████╗    █████╗ ██╗
       ██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██║  ██║██║██╔══██╗  ██╔══██╗██║
       ███████╗██████╔╝███████║██║     █████╗  ███████╗███████║██║██████╔╝  ███████║██║
       ╚════██║██╔═══╝ ██╔══██║██║     ██╔══╝  ╚════██║██╔══██║██║██╔═══╝   ██╔══██║██║
       ███████║██║     ██║  ██║╚██████╗███████╗███████║██║  ██║██║██║       ██║  ██║██║
       ╚══════╝╚═╝     ╚═╝  ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝  ╚═╝╚═╝╚═╝       ╚═╝  ╚═╝╚═╝

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 init

Dies 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-mcp

Oder 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

list_projects

Alle Projekte in Ihrer Organisation auflisten

Agenten

Tool

Beschreibung

list_agents

Agenten auflisten, optional gefiltert nach Projekt

get_agent

Vollständige Details eines einzelnen Agenten abrufen, einschließlich System-Prompt und Tools

create_agent

Einen Agenten erstellen — übergeben Sie description für einen automatisch generierten System-Prompt

update_agent

Name, Prompt oder Tools aktualisieren; durch Übergabe einer neuen description neu erstellen

delete_agent

Einen Agenten und alle seine Protokolle, Speicher und Threads dauerhaft löschen

Agenten ausführen

Tool

Beschreibung

run_agent

Einen asynchronen Lauf starten; gibt execution_id für das Polling zurück

get_run_status

Status abfragen: queuedrunningcompleted / error / cancelled

get_run_logs

Das vollständige chronologische Ereignisprotokoll für einen abgeschlossenen Lauf abrufen

list_executions

Letzte Läufe für einen Agenten mit Status und Dauer auflisten

test_agent

Schneller Synchron-Test — führt einen Agenten aus und wartet bis zu 15 Sekunden auf das Ergebnis

Orchestrierungen

Tool

Beschreibung

list_orchestrations

Orchestrierungen auflisten, optional gefiltert nach Projekt

get_orchestration

Vollständige Details einer Orchestrierung abrufen, einschließlich ihrer Mitglieder und Tools

run_orchestration

Einen asynchronen Orchestrierungslauf starten; gibt execution_id zurück

test_orchestration

Schneller Synchron-Test — führt eine Orchestrierung aus und wartet bis zu 15 Sekunden auf das Ergebnis

Tools

Tool

Beschreibung

list_tools

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

SPACESHIP_API_KEY

Ja

Ihr API-Schlüssel (sk_live_...)

SPACESHIP_API_URL

Nein

https://spaceshipai.io

Überschreibung für lokale Entwicklung oder Staging

Entwicklung

python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -v

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI agents to interact with the SpaceTraders API, managing agents, fleets, contracts, and trading operations in the SpaceTraders universe.
    MIT
  • F
    license
    Not graded
    quality
    D
    maintenance
    A lightweight MCP server that enhances AI agents with tools for codebase analysis, task delegation to sub-agents, multi-agent coordination through chatrooms, and project todo management.
  • F
    license
    A
    quality
    D
    maintenance
    A 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.
    7
    2
  • A
    license
    A
    quality
    B
    maintenance
    A 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.
    6
    23
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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