sample-building-mcp-servers-with-rust

aws-samples/sample-building-mcp-servers-with-rust
★ 8 stars Rust 💻 Code/Dev Tools Updated 1mo ago
This project provides sample MCP servers that can be used with Amazon Q CLI or other MCP-compatible AI assistants
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sample-building-mcp-": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "sample-building-mcp-servers-with-rust"
      ]
    }
  }
}

Topics

amazon-q-developergenerative-aimcp-server