maigic
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@maigicDetermine the Hamiltonian for this system and compute its ground state energy."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MaIGIC MCP (HTTP)
Удалённый MCP-сервер MaIGIC. Те же тулы (determine_hamiltonian, compute_property, …), транспорт Streamable HTTP.
Скопируйте эту папку на сервер (не весь родительский репозиторий).
Запуск
cp .env.example .envВ .env поставьте длинный MCP_TOKEN (не оставляйте пример):
python3 -c "import secrets; print(secrets.token_urlsafe(32))"docker compose up -d --buildСервер слушает http://SERVER:8000/mcp. Проверка: curl http://SERVER:8000/health.
Откройте порт 8000 в файрволе. Если спереди nginx/Caddy с TLS — в mcp.json используйте https://….
Related MCP server: mempalace-mcp-http
mcp.json
В Cursor: Settings → MCP, или файл .cursor/mcp.json. Подставьте IP/домен сервера и тот же токен, что в .env.
{
"mcpServers": {
"maigic": {
"url": "http://YOUR_SERVER:8000/mcp",
"headers": {
"Authorization": "Bearer YOUR_TOKEN"
}
}
}
}Перезагрузите MCP-серверы в Cursor. После этого тулы MaIGIC доступны с любой машины, где прописан этот JSON.
Остановка
docker compose downThis server cannot be deployed
Maintenance
Related MCP Connectors
QuLab MCP remote server (Streamable HTTP) for computational science and lab tools.
Exposes FEDLIN's public security scanners as agent-callable tools over Streamable HTTP.
Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client. Air Pipe MCP token as a bearer credential, e.g. 'Authorization: Bearer <token>'. Create one at https://app.airpipe.io/
Host your MCP tool over streamable HTTP in one command.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceHTTP bridge that exposes MCP tools via POST endpoint, enabling remote LLMs to access local functionality with bearer authentication.-
- FlicenseNot gradedqualityDmaintenanceEnables remote access to the MemPalace MCP server via HTTP, supporting bearer token authentication and concurrent clients while exposing all mempalace tools.-
- FlicenseNot gradedqualityCmaintenanceEnables running MCP tools remotely on Cloudflare Workers with OAuth authentication, allowing clients like Claude to call tools via SSE.-
- AlicenseNot gradedqualityAmaintenanceLifts local stdio MCP servers into remote Streamable HTTP endpoints for cloud-hosted AI clients, with bearer-token auth and tool policy filtering.9 npmMIT