MCP.so
Sign In

Mcp_rs

@inomata137

About Mcp_rs

Simple MCP server implemented in Rust

Basic information

Category

Other

Runtime

rust

Transports

stdio

Publisher

inomata137

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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?

Comments

More Other MCP servers