Skip to main content
Glama

mcp-cloud

MCP Cloud — подключает множество бизнес-инструментов (GitHub, Shopify, Supabase, Meta Ads, Slack, Notion, …) за одной управляемой MCP-конечной точкой с аутентификацией, правами доступа и мониторингом. Этот модуль — реестр коннекторов + диспетчеризация: регистрация коннекторов, контроль прав доступа для каждого коннектора, маршрутизация вызовов инструментов и создание записей аудита.

Оригинальный проект, соответствующий тренду #2 «Agent Skills / MCP → MCP Cloud».

Использование

from mcp_cloud import MCPCloud

cloud = MCPCloud()
cloud.register("shopify", lambda action, args: f"{action}:{args.get('id')}",
               allowed=["get_product", "list_products"])
print(cloud.call("shopify", "get_product", {"id": "123"}))
# {'ok': True, 'connector': 'shopify', 'action': 'get_product', 'result': 'get_product:123', ...}

Related MCP server: OpenXNet MCP Server

Тестирование

pip install -e ".[dev]"
pytest

Лицензия

MIT — см. LICENSE.


Ссылки

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    C
    maintenance
    A personal MCP connection aggregator that routes tool calls from a single endpoint to multiple backend MCP services like Zo, Context7, Notion, and Canva.
  • A
    license
    Not graded
    quality
    A
    maintenance
    Centralizes OAuth connections and tool access for AI agents, providing a single credential to call multiple services via MCP and REST with consistent errors and pagination.
    1
    Apache 2.0

View all related MCP servers

Related MCP Connectors

  • Search, document and execute authenticated API calls across 700+ apps via one MCP server

  • 34 production API tools over one hosted MCP endpoint.

  • Apideck Unified API MCP — 330 tools across 200+ SaaS connectors (accounting, CRM, HRIS, ATS).

View all MCP Connectors

Latest Blog Posts

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/astrodevit-creator/mcp-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server