mcp_rs_test

by andrewsah

270 downloads
Not rated
GitHub

About

MCP server implementation in Rust

Details

Author
andrewsah
Downloads
270
Categories
Developer Tools

- MCP server implemented in Rust
- Built for learning Rust and MCP protocol

Install by adding the following to claude_desktop_config.json: {"mcp_rs_test": {"command": "<path to your mcp_rs_test.exe>", "args": []}}. Build with cargo build or cargo build --release. Requires Rust 1.83 or later.

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": []
  }
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.