denialbot for Zed
io.github.edgeedgehq/denialbot
Insurance denial code lookup, appeal letter generation, and denial analysis for AI agents.
client:Zed
transport:stdio
runtime:npm
Install denialbot in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"denialbot": {
"command": "npx",
"args": [
"-y",
"@coverage-unlocked/denialbot-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs