Описание
Model Context Protocol (MCP) server for CAPE Sandbox
README
A standalone Model Context Protocol (MCP) server for interacting with CAPE Sandbox. This allows LLMs and agents to directly query CAPE Sandbox APIs.
Installation
pip install cape-mcp
Configuration
The server requires environment variables to connect to your CAPE Sandbox instance.
CAPE_API_URL: The URL of your CAPE Sandbox API v2 (e.g.,http://127.0.0.1:8000/apiv2).CAPE_API_TOKEN: Your API token (if authentication is enabled).CAPE_API_TOKEN_REQUIRED: Set totrueif your CAPE instance enforces API tokens globally.CAPE_ENABLED_MCP_TOOLS: (Optional) A comma-separated list of tools to enable. By default, all are enabled.
Usage
You can run the server directly:
export CAPE_API_URL="http://127.0.0.1:8000/apiv2"
export CAPE_API_TOKEN="your_token_here"
cape-mcp
Claude Desktop
To use this with Claude Desktop, add it to your claude_desktop_config.json:
{
"mcpServers": {
"cape-sandbox": {
"command": "cape-mcp",
"env": {
"CAPE_API_URL": "http://127.0.0.1:8000/apiv2",
"CAPE_API_TOKEN": "your_token_here"
}
}
}
}
Установить Cape в Claude Desktop, Claude Code, Cursor
unyly install capeСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add cape -- uvx cape-mcpПошаговые гайды: как установить Cape
FAQ
Cape MCP бесплатный?
Да, Cape MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Cape?
Нет, Cape работает без API-ключей и переменных окружения.
Cape — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Cape в Claude Desktop, Claude Code или Cursor?
Открой Cape на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
автор: duxiaohuiSupabase
Database, auth and storage
автор: SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare Cape with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
