awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesMCP Tool Servers

Servers implementing the Model Context Protocol to expose Cloudflare edge services as tools for AI assistants.

Distinct from Cloudflare Workers Implementations: Distinct from Cloudflare Workers Implementations: focuses on the MCP protocol integration, not general serverless applications.

Explore 3 awesome GitHub repositories matching devops & infrastructure · MCP Tool Servers. Refine with filters or upvote what's useful.

Awesome MCP Tool Servers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • yaoapp/yaoالصورة الرمزية لـ YaoApp

    YaoApp/yao

    7,544عرض على GitHub↗

    Yao is an LLM agent framework and low-code web app builder designed for orchestrating autonomous AI agents. It provides a platform to design, deploy, and coordinate agents with specialized personas that can plan tasks, utilize external tools, and execute multi-stage pipelines. The project distinguishes itself through a Model Context Protocol server for connecting assistants to external binaries and HTTP services, and a gRPC remote execution engine that allows agents to manage remote servers and devices. It includes a model-agnostic provider bridge that supports dynamic switching between vario

    Exposes tool servers running inside containers to agents via gRPC for extended capabilities.

    Goagentagentic-aiagents
    عرض على GitHub↗7,544
  • cloudflare/mcp-server-cloudflareالصورة الرمزية لـ cloudflare

    cloudflare/mcp-server-cloudflare

    3,432عرض على GitHub↗

    This is a Model Context Protocol (MCP) server that exposes Cloudflare’s edge platform as a set of tools for AI assistants. It provides a unified interface for managing Cloudflare Workers, including deployment, versioning, and configuration, alongside access to Workers AI for running inference tasks using pre-trained models. The server also covers Cloudflare’s data storage services, including D1 serverless SQLite databases, KV globally distributed key-value stores, and R2 S3-compatible object storage. Beyond core resource management, the server enables automation and scheduling through cron tr

    Implements the Model Context Protocol to expose Cloudflare edge services as tools for AI assistants.

    TypeScript
    عرض على GitHub↗3,432
  • supabase-community/supabase-mcpالصورة الرمزية لـ supabase-community

    supabase-community/supabase-mcp

    2,476عرض على GitHub↗

    This project is a Model Context Protocol server and AI agent database connector. It provides a standardized communication layer that allows language models to interact with relational data stores, read database schemas, and manage PostgreSQL database resources. The implementation acts as a serverless host for the Model Context Protocol, deploying on distributed edge functions to connect AI assistants to a project. This enables AI agents to perform database administration, execute SQL queries, and handle schema migrations through an AI-compatible interface. The system covers broader capabilit

    Provides a serverless implementation of the Model Context Protocol to connect AI assistants to database resources via edge functions.

    TypeScript
    عرض على GitHub↗2,476
  1. Home
  2. DevOps & Infrastructure
  3. Serverless Architectures
  4. Cloudflare Workers Implementations
  5. MCP Tool Servers

استكشف الوسوم الفرعية

  • Containerized Tool BridgesMechanisms for exposing tool servers running within isolated containers to AI agents via gRPC. **Distinct from MCP Tool Servers:** Distinct from MCP Tool Servers: specifically focuses on the bridging of container-isolated services to agents via gRPC, rather than the server implementation itself.