painprep mcp server for Zed
io.github.goingparabolic/painprep-mcp-server
Interventional pain medicine MCP: Medicare checklists, CPT/ICD-10, ASRA, prior-auth & appeals
client:Zed
transport:stdio
runtime:npm
Install painprep mcp server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"painprep-mcp-server": {
"command": "npx",
"args": [
"-y",
"painprep-mcp-server"
],
"env": {
"PAINPREP_LICENSE_KEY": "<PAINPREP_LICENSE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs