服务器
A
Appcrane
@gitayg
AppCrane is the self-hosted home for the apps your AI builds and your AI deploys. It exposes 35 appcrane_* MCP tools so any MCP client (Claude Code, Cursor, Codex) can run the full deploy lifecycle — create app, deploy to sandbox/production, manage secrets, stream logs, list rele
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"appcrane": {
"type": "http",
"url": "https://YOUR-SERVER/api/mcp",
"headers": {
"X-API-Key": "YOUR_APPCRANE_KEY"
}
}
}
}