HelpDental for Zed
io.github.tris686/helpdental-mcp
Search 10,000+ UK dental practices, compare treatment prices, and find emergency dentists.
client:Zed
transport:stdio
runtime:npm
Install HelpDental in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"helpdental-mcp": {
"command": "npx",
"args": [
"-y",
"helpdental-mcp"
],
"env": {
"SUPABASE_URL": "<SUPABASE_URL>",
"SUPABASE_ANON_KEY": "<SUPABASE_ANON_KEY>",
"MCP_BOOKING_API_KEY": "<MCP_BOOKING_API_KEY>",
"HELPDENTAL_API_BASE": "<HELPDENTAL_API_BASE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs