Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jeanlucthumm/modelcontextprotocol-rust-sdk
The UNofficial Rust SDK for Model Context Protocol servers and clients
https://github.com/jeanlucthumm/modelcontextprotocol-rust-sdk
Last synced: 2 months ago
JSON representation
The UNofficial Rust SDK for Model Context Protocol servers and clients
- Host: GitHub
- URL: https://github.com/jeanlucthumm/modelcontextprotocol-rust-sdk
- Owner: jeanlucthumm
- License: mit
- Created: 2024-11-26T21:47:30.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-26T22:22:06.000Z (2 months ago)
- Last Synced: 2024-11-26T22:30:40.083Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 0 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-mcp - Rust - Community-driven Rust adaptation of offcials SDK. **:warning: Under development**. (SDKs / Community)
README
# MCP Rust SDK
[![MIT licensed][mit-badge]][mit-url]
[![Specification][spec-badge]][spec-url][mit-badge]: https://img.shields.io/pypi/l/mcp.svg
[mit-url]: https://github.com/jeanlucthumm/modelcontextprotocol-rust-sdk/blob/master/LICENSE
[spec-badge]: https://img.shields.io/badge/spec-spec.modelcontextprotocol.io-blue.svg
[spec-url]: https://spec.modelcontextprotocol.ioRust SDK for the Model Context Protocol
Rust implementation of the [Model Context Protocol](https://modelcontextprotocol.io) (MCP), providing both client and server capabilities for integrating with LLM surfaces.
> [!WARNING]
> This is a VERY early repo. Open an issue or contact me at [email protected] if you'd like to get involved. Discord coming soon!## Overview
The Model Context Protocol allows applications to provide context for LLMs in a standardized way, separating the concerns of providing context from the actual LLM interaction. This Rust SDK implements the full MCP specification, making it easy to:
- Build MCP clients that can connect to any MCP server
- Create MCP servers that expose resources, prompts and tools
- Use standard transports like stdio and SSE
- Handle all MCP protocol messages and lifecycle events