trackmcp
Back to directory
andrewsah

mcp_rs_test

View on GitHub

MCP server implementation in Rust

0 stars RustAI & Machine Learning Updated Dec 13, 2024
model-context-protocolrust

Documentation

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:

bash
cargo build

For a release build:

bash
cargo build --release

Installation

To install the server, just add the following lines to your `claude_desktop_config.json` file:

json
{
  "mcp_rs_test": {
    "command": "",
    "args": []
  }
}

Frequently asked questions

What is mcp_rs_test?

mcp_rs_test is MCP server implementation in Rust

How do I install mcp_rs_test?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp_rs_test open source?

Yes — it is hosted on GitHub at https://github.com/andrewsah/mcp_rs_test.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP