org-mcp-server-template.rs

ORESoftware/org-mcp-server-template.rs
★ 0 stars Unknown language API Integration Updated today
Template for hardened read-only Rust MCP servers across the ORESoftware GitHub organization fleet
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": {
    "org-mcp-server-templ": {
      "command": "npx",
      "args": [
        "-y",
        "ORESoftware/org-mcp-server-template.rs"
      ]
    }
  }
}