Spaceship MCP
███████╗██████╗ █████╗ ██████╗███████╗███████╗██╗ ██╗██╗██████╗ █████╗ ██╗
██╔════╝██╔══██╗██╔══██╗██╔════╝██╔════╝██╔════╝██║ ██║██║██╔══██╗ ██╔══██╗██║
███████╗██████╔╝███████║██║ █████╗ ███████╗███████║██║██████╔╝ ███████║██║
╚════██║██╔═══╝ ██╔══██║██║ ██╔══╝ ╚════██║██╔══██║██║██╔═══╝ ██╔══██║██║
███████║██║ ██║ ██║╚██████╗███████╗███████║██║ ██║██║██║ ██║ ██║██║
╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝╚══════╝╚══════╝╚═╝ ╚═╝╚═╝╚═╝ ╚═╝ ╚═╝╚═╝MCP-сервер Spaceship AI
MCP-сервер для Spaceship AI — создавайте, запускайте и управляйте ИИ-агентами напрямую из Claude Code, Cursor, VS Code и Windsurf.
Быстрый старт
Не хотите настраивать MCP-сервер вручную?
Запустите spaceshipai@latest init, чтобы настроить всё автоматически одной командой:
npx spaceshipai@latest initЭто работает с Claude Code, Cursor, VS Code и Windsurf. Команда выполнит аутентификацию через ваш браузер, создаст для вас API-ключ Spaceship и автоматически настроит ваш редактор.
Related MCP server: MCP Plus
Ручная установка
Если вы предпочитаете настраивать вручную, добавьте следующее в файл конфигурации MCP вашего IDE.
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