
Dr Mcp
Audit your MCP client configs, get a risk score, and apply reversible repair plans before you wire untrusted servers into production agents.
Overview
dr-mcp is an MCP server for the Ship phase that audits MCP configurations, scores security risk, and outputs reversible repair plans.
What is this MCP server?
- npm package @inferensys/dr-mcp v0.3.0 with stdio transport
- Scans MCP configuration and produces risk scores
- Generates reversible repair plans instead of blind auto-fixes
- Documentation at inferensys.github.io/dr-mcp
- Version 0.3.0 on npm identifier @inferensys/dr-mcp
- GitHub repository id 1239901133 at github.com/Inferensys/dr-mcp
- Transport type stdio; docs at inferensys.github.io/dr-mcp
What problem does it solve?
Copy-pasted MCP configs can expose secrets and dangerous commands, and solo builders rarely have time to manually review every server.json entry.
Who is it for?
Indie devs assembling multiple MCP servers who want a structured pre-ship security pass on agent tooling.
Skip if: Teams with zero MCP usage or enterprises that already run dedicated AppSec pipelines on every integration.
What do I get? / Deliverables
After running dr-mcp against your setup, you get scored findings and stepwise repair plans you can apply and roll back safely.
- Risk-scored MCP configuration report
- Reversible repair plan steps for identified issues
Recommended MCP Servers
Journey fit
How it compares
MCP config auditor and risk scorer, not a procurement or sales automation bridge.
Common Questions / FAQ
Who is Dr Mcp for?
Solo builders and small teams using several MCP servers who need audit, risk scoring, and safe remediation guidance.
When should I use Dr Mcp?
Use it in Ship/security before you rely on new MCP servers in daily coding or connect agents to sensitive production systems.
How do I add Dr Mcp to my agent?
Install @inferensys/Dr Mcp from npm, register it as a stdio MCP server in your client, and follow inferensys.github.io/Dr Mcp to point audits at your config files.