Skip to content
Cursor

OpsDoctor for Cursor

io.github.jhicks935-lab/opsdoctor

AI-powered CRM diagnostics, workflow audits, and industry benchmarks for SMBs.

client:Cursor transport:stdio runtime:npm

Install OpsDoctor in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opsdoctor": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "opsdoctor-mcp"
      ],
      "env": {
        "GEMINI_API_KEY": "<GEMINI_API_KEY>",
        "OPSDOCTOR_KB_API_URL": "<OPSDOCTOR_KB_API_URL>",
        "OPSDOCTOR_KB_API_KEY": "<OPSDOCTOR_KB_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

OpsDoctor in other clients