https://github.com/andrewsah/mcp_rs_test
MCP server implementation in Rust
https://github.com/andrewsah/mcp_rs_test
model-context-protocol rust
Last synced: 7 months ago
JSON representation
MCP server implementation in Rust
- Host: GitHub
- URL: https://github.com/andrewsah/mcp_rs_test
- Owner: andrewsah
- Created: 2024-12-09T22:07:56.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T16:11:32.000Z (11 months ago)
- Last Synced: 2025-02-08T05:23:48.102Z (9 months ago)
- Topics: model-context-protocol, rust
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-mcp-servers - **mcp_rs_test** - MCP server implementation in Rust `rust` `model-context-protocol` `mcp` `server` `cargo install --git https://github.com/andrewsah/mcp_rs_test` (🔧 Utilities)
README
# 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": []
}
}
```