SOAPNoteAPI for Zed
com.soapnoteapi/soapnoteapi-mcp
Generate clinical SOAP notes, billing codes, and visit summaries from transcripts or audio.
client:Zed
transport:stdio
runtime:npm
Install SOAPNoteAPI in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"soapnoteapi-mcp": {
"command": "npx",
"args": [
"-y",
"soapnoteapi-mcp"
],
"env": {
"SOAPNOTEAPI_KEY": "<SOAPNOTEAPI_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs