Skip to content
Zed

tebra for Zed

com.jamesrosingmd/tebra

MCP server for Tebra/Kareo practice management — patients, billing, scheduling, FHIR (45 tools)

client:Zed transport:stdio runtime:npm

Install tebra 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": {
    "tebra": {
      "command": "npx",
      "args": [
        "-y",
        "tebra-mcp-server"
      ],
      "env": {
        "TEBRA_SOAP_USER": "<TEBRA_SOAP_USER>",
        "TEBRA_SOAP_PASSWORD": "<TEBRA_SOAP_PASSWORD>",
        "TEBRA_CUSTOMER_KEY": "<TEBRA_CUSTOMER_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tebra in other clients