Connect to Claude
Emcp-rs icon

Emcp-rs

Implements a Model Context Protocol server in Rust, offering functionalities for LLM integration.

About

Emcp-rs is a Rust-based implementation of the Model Context Protocol (MCP) server, inspired by the original TypeScript version. It provides a robust and efficient way to manage context for Large Language Models (LLMs). The tool boasts core MCP server functionalities, built-in authentication, custom layered middleware, and flexible transport options like stdio and SSE, enabling developers to easily integrate and manage LLMs in their applications.

Key Features

  • Core MCP server functionalities
  • Built-in authentication handler
  • Flexible transport options (stdio and SSE)
  • Custom layered middleware support
  • 1 GitHub stars