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?

コメント

「その他」の他のコンテンツ