hello-mcp

aussierobots/hello-mcp
★ 0 stars Rust Code/Dev Tools Updated 2d ago
Minimal MCP 2026-07-28 server/client in Rust (turul-mcp-framework) and Python (FastMCP) — interop + perf comparison
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hello-mcp": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "hello-mcp"
      ]
    }
  }
}

README Excerpt

A minimal MCP 2026-07-28 server/client pair, implemented twice — once in Rust with [`turul-mcp-framework`](https://github.com/aussierobots/turul-mcp-framework), once in Python with [FastMCP](https://gofastmcp.com) — used to verify cross-language interop and compare framework overhead on identical `add`/`del` tools.