Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

FHIR MCP Server in other clients