networking-components-mcp-server.rs

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