MCP.so
登录

Mcp_rs

@inomata137

关于 Mcp_rs

Simple MCP server implemented in Rust

基本信息

分类

其他

运行时

rust

传输方式

stdio

发布者

inomata137

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp_rs?

Mcp_rs is a Rust-based implementation of an MCP (Model Context Protocol) server, structured as a Cargo workspace. It provides modular components for JSON-RPC 2.0 handling, domain entities, protocol usecases, resource and tool implementations, and stdio transport. It is intended for developers building custom MCP servers in Rust.

How to use Mcp_rs?

Run the server using the command bunx @modelcontextprotocol/inspector cargo run -qr in the project directory.

Key features of Mcp_rs

  • Modular workspace with separate controller, domain, and protocol crates
  • JSON-RPC 2.0 specification implementation
  • Stdin/stdout (stdio) transport for communication
  • Resource and tool implementations based on domain entities
  • Repository traits for data access abstraction

Use cases of Mcp_rs

FAQ from Mcp_rs

What dependencies or runtime does Mcp_rs require?

What data transport does Mcp_rs use?

Does Mcp_rs support authentication or encryption?

评论

其他 分类下的更多 MCP 服务器