PluginBench
MCP Server
Maintained
MIT

dr-mcp MCP Server

io.github.Inferensys/dr-mcp

What is the dr-mcp MCP server?

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

How to install dr-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "dr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "dr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "dr-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@inferensys/dr-mcp"
      ]
    }
  }
}
Claude Code
claude mcp add dr-mcp -- npx -y @inferensys/dr-mcp

Related MCP servers

Apollo.io MCP server for prospecting, enrichment, CRM, sequences, and outreach workflows

4
TypeScript
View repository →

Contextful

Maintained

Efficient context management: code search, evidence packs, and memory for coding agents.

1
TypeScript
MIT
View repository →