2 रिपॉजिटरी
Implementations that ensure communication adheres to a specific technical standard for sampling and authentication.
Distinct from Protocol Implementations: Focuses on the runtime adherence to a protocol specification rather than a general-purpose serialization library.
Explore 2 awesome GitHub repositories matching part of an awesome list · Protocol Compliance Layers. Refine with filters or upvote what's useful.
Model Context Protocol is a standardized framework for connecting large language models to external data sources and executable tools. It enables the creation of a universal interface where servers expose tools, resources, and prompts that can be discovered and utilized by various AI clients. The protocol utilizes a JSON-RPC message system that is transport-agnostic, supporting both standard input/output for local processes and HTTP with server-sent events for remote connections. It emphasizes security and control by delegating model sampling to the client to keep API keys secure from servers
Enforces strict adherence to the protocol schema using type safety to prevent communication errors.
mcp-agent is a framework for building AI agents that integrate with Model Context Protocol servers to execute tools and access data. It functions as a multi-agent orchestrator and protocol-compliant server, enabling the creation of agents that can discover and invoke tools from connected external servers. The project distinguishes itself through a durable workflow engine that supports long-running tasks capable of pausing, resuming, and surviving restarts. It implements complex orchestration patterns, including iterative evaluator-optimizer loops, hierarchical workflow nesting, and specialist
Handles authentication and sampling according to the Model Context Protocol specification.