Windsurf
Add the 1health MCP to Windsurf (Codeium) via the command palette or config file.
Option 1: Command Palette
- Open Command Palette (Cmd+Shift+P or Ctrl+Shift+P)
- Search for "Windsurf: Configure MCP Servers"
- Add the 1health configuration
Option 2: Edit Config File
Edit your mcp_config.json directly:
Windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
macOS/Linux: ~/.codeium/windsurf/mcp_config.json
json
{
"mcpServers": {
"1health-docs": {
"httpUrl": "https://mcp.dev.1hdev.io/mcp"
}
}
}What You Can Ask
- "How do I authenticate with the 1health API?"
- "Show me endpoints for patient management"
- "Generate code to call the provider search endpoint"
- "What's the workflow for placing lab orders?"