mcp-case-management

zavora-ai/mcp-case-management
★ 0 stars Rust Code/Dev Tools Updated today
Case Management MCP Server — investigations, complaints, fraud disputes, deviations, and incidents across regulated industries
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": {
    "mcp-case-management": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-case-management"
      ]
    }
  }
}