andrewsah/mcp_rs_test
If you are the rightful owner of mcp_rs_test and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server implementation in Rust, designed as a learning project for both Rust and the MCP protocol.
mcp_rs_test
MCP server implementation in Rust. Project to learn Rust and the MCP protocol at the same time (why not?).
Requirements
- Rust (1.83 or later)
Build
For a debug build:
cargo build
For a release build:
cargo build --release
Installation
To install the server, just add the following lines to your claude_desktop_config.json
file:
{
"mcp_rs_test": {
"command": "<path to your mcp_rs_test.exe>",
"args": []
}
}