mychart for Zed
io.github.kriskraw80/mychart
Connects to Epic MyChart patient portals: interactive login, list and download your own test results
client:Zed
transport:stdio
runtime:npm
Install mychart in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mychart": {
"command": "npx",
"args": [
"-y",
"mychart-mcp-server"
],
"env": {
"MYCHART_URL": "<MYCHART_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs