Spaceship MCP
███████╗██████╗ █████╗ ██████╗███████╗███████╗██╗ ██╗██╗██████╗ █████╗ ██╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██║ ██║██║██╔══██╗ ██╔══██╗██║
███████╗██████╔╝███████║██║ █████╗ ███████╗███████║██║██████╔╝ ███████║██║
╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝ ╚════██║██╔══██║██║██╔═══╝ ██╔══██║██║
███████║██║ ██║ ██║╚██████╗███████╗███████║██║ ██║██║██║ ██║ ██║██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝Spaceship AI MCPサーバー
Spaceship AI 用のMCPサーバー — Claude Code、Cursor、VS Code、Windsurfから直接AIエージェントを構築、実行、管理できます。
クイックスタート
MCPサーバーを手動で設定したくない場合:
spaceshipai@latest init を実行すると、1つのコマンドですべてを自動的にセットアップできます:
npx spaceshipai@latest initこれはClaude Code、Cursor、VS Code、Windsurfで動作します。ブラウザ経由で認証を行い、Spaceship APIキーを作成し、エディタを自動的に設定します。
Related MCP server: MCP Plus
手動インストール
手動で設定したい場合は、IDEのMCP設定ファイルに以下を追加してください。
Claude Code — ターミナルで実行:
claude mcp add --scope user --transport stdio spaceship --env SPACESHIP_API_KEY=sk_live_... -- uvx spaceship-mcpまたは ~/.claude.json に追加:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Cursor — ~/.cursor/mcp.json に追加:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}VS Code — ~/.vscode/mcp.json に追加:
{
"servers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}Windsurf — ~/.codeium/windsurf/mcp_config.json に追加:
{
"mcpServers": {
"spaceship": {
"command": "uvx",
"args": ["spaceship-mcp"],
"env": {
"SPACESHIP_API_KEY": "sk_live_..."
}
}
}
}APIキーは spaceshipai.io の Settings → API Keys から取得してください。
ツール
プロジェクト
ツール | 説明 |
| 組織内の全プロジェクトを一覧表示 |
エージェント
ツール | 説明 |
| エージェントを一覧表示(プロジェクトによるフィルタリング可) |
| システムプロンプトやツールを含む、単一エージェントの詳細を取得 |
| エージェントを作成 — |
| 名前、プロンプト、ツールを更新 — 新しい |
| エージェントとそのログ、メモリ、スレッドを完全に削除 |
エージェントの実行
ツール | 説明 |
| 非同期実行を開始 — ポーリング用の |
| ステータスをポーリング: |
| 完了した実行の完全な時系列イベントログを取得 |
| ステータスと期間を含む、エージェントの最近の実行を一覧表示 |
| クイック同期テスト — エージェントを実行し、最大15秒間結果を待ちます |
オーケストレーション
ツール | 説明 |
| オーケストレーションを一覧表示(プロジェクトによるフィルタリング可) |
| メンバーやツールを含む、オーケストレーションの詳細を取得 |
| 非同期オーケストレーション実行を開始 — |
| クイック同期テスト — オーケストレーションを実行し、最大15秒間結果を待ちます |
ツール
ツール | 説明 |
| エージェントにアタッチ可能な組み込みツールおよびカスタムツールを一覧表示 |
プロンプト例
インストール後、サポートされているIDEでエージェントと自然に対話できます:
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.設定
変数 | 必須 | デフォルト | 説明 |
| はい | — | APIキー ( |
| いいえ |
| ローカル開発やステージング用の上書き |
開発
python3 -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest tests/ -vライセンス
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