FHIR MCP Server for Zed
io.github.wso2/fhir-mcp-server
MCP server providing seamless access to FHIR APIs for AI tools and healthcare applications
client:Zed
transport:stdio
runtime:pypi
Install FHIR MCP Server in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"fhir-mcp-server": {
"command": "uvx",
"args": [
"fhir-mcp-server"
],
"env": {
"FHIR_SERVER_BASE_URL": "<FHIR_SERVER_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs