2 repositorios
Utilities for composing multiple modular servers into a single unified interface.
Distinct from Model Context Protocol Servers: Focuses on server composition and namespacing, distinct from the base server implementation.
Explore 2 awesome GitHub repositories matching artificial intelligence & ml · Aggregators. Refine with filters or upvote what's useful.
FastMCP is a Python framework designed for building servers that expose functions, resources, and prompts to AI models using the Model Context Protocol. It simplifies the development process by automatically deriving tool metadata, input schemas, and documentation directly from Python function signatures and type hints. The framework provides a unified container for managing these components, allowing developers to build modular applications that integrate seamlessly with AI assistants. The project distinguishes itself through its support for interactive, server-defined user interface compone
Composes multiple modular servers into a single unified interface with namespacing and dependency management.
The Model Context Protocol SDK is a framework for building clients and servers that connect AI models to external data, tools, and resources using a standardized communication protocol. It provides the foundational libraries and interfaces necessary to establish reliable, transport-agnostic connections between AI agents and external systems, enabling seamless information retrieval and task automation. The SDK distinguishes itself through a robust capability negotiation handshake that ensures compatibility between connected parties before exchanging messages. It supports a pluggable transport
Composes resources, tools, and prompts from multiple independent servers into a single unified interface.