This Rust SDK implements the Model Context Protocol, enabling applications to provide context for LLMs in a standardized way, offering both client and server capabilities for LLM integration.
Rust SDK for the Model Context Protocol
This is a Rust implementation of the Model Context Protocol (MCP), designed to provide both client and server functionalities for seamless integration with Large Language Model (LLM) surfaces.
[!WARNING]
This is a VERY early repo. If you're interested in contributing, please open an issue or contact [email protected]. A Discord server is planned for the near future!
The Model Context Protocol standardizes how applications provide context to LLMs, effectively separating context provision from LLM interaction. This Rust SDK fully implements the MCP specification, simplifying the process of:
jeanlucthumm/modelcontextprotocol-rust-sdk
November 26, 2024
March 23, 2025
Nix