mcp-servers-rust
mcp-servers-rustは、Rustプログラミング言語を使用して構築されたサーバー管理ツールです。このツールは、マインクラフトサーバーの管理を簡素化し、効率的なワークフローを提供します。ユーザーは、サーバーの設定、プレイヤー管理、プラグインの導入を直感的に行うことができます。
GitHubスター
1
ユーザー評価
未評価
お気に入り
0
閲覧数
18
フォーク
0
イシュー
0
README
MCP Servers Rust
A collection of Model Context Protocol servers written in Rust that includes all the tools of the official or popular community MCP server.
Why Rust?
Simply put, running several MCP servers in Rust will use less memory and compute on the host than those running in Python/Nodejs/Go runtimes.