fiducia-mcp-server.rs

fiducia-cloud/fiducia-mcp-server.rs
★ 0 stars Rust AI/LLM Updated today
MCP server for fiducia.cloud — read-only diagnostics over brain/node/ai-agent control plane + embedded org map (Rust, rmcp, stdio).
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": {
    "fiducia-mcp-server.r": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "fiducia-mcp-server.rs"
      ]
    }
  }
}