Odel
dr-mcp

dr-mcp

Local
@inferensysTypeScriptMITUpdated 3mo ago

Audits MCP configs, scores risk, and creates reversible repair plans.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@inferensys/dr-mcpv0.3.0

Run

npx -y @inferensys/dr-mcp

MCP client config

{
  "mcpServers": {
    "dr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}