OpsDoctor for Zed
io.github.jhicks935-lab/opsdoctor
AI-powered CRM diagnostics, workflow audits, and industry benchmarks for SMBs.
client:Zed
transport:stdio
runtime:npm
Install OpsDoctor in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"opsdoctor": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs