This project provides sample MCP servers that can be used with Amazon Q CLI or other MCP-compatible AI assistants
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"
]
}
}
}
Run in terminal:
claude mcp add sample-building-mcp- cargo run -- sample-building-mcp-servers-with-rust
Add to .cursor/mcp.json:
{
"mcpServers": {
"sample-building-mcp-": {
"command": "cargo",
"args": [
"run",
"--",
"sample-building-mcp-servers-with-rust"
]
}
}
}