happy-wakey-mcp-server.rs

happy-wakey/happy-wakey-mcp-server.rs
★ 0 stars Just API Integration Updated 2d ago
Hardened read-only Rust MCP server for the happy-wakey GitHub organization
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": {
    "happy-wakey-mcp-serv": {
      "command": "npx",
      "args": [
        "-y",
        "happy-wakey/happy-wakey-mcp-server.rs"
      ]
    }
  }
}