Case Management MCP Server — investigations, complaints, fraud disputes, deviations, and incidents across regulated industries
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"
]
}
}
}
Run in terminal:
claude mcp add mcp-case-management cargo run -- mcp-case-management
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-case-management": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-case-management"
]
}
}
}