cliptown-mcp-server.rs

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