Documentation Index
Fetch the complete documentation index at: https://ekacare-mintlify-changelog-may2-april-monthly-1777856908.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
The remote MCP server is hosted by Eka.care at https://mcp.eka.care/mcp. You don’t install anything — just point your AI client at this URL and sign in with your Eka.care account.
Server URL: https://mcp.eka.care/mcp
Prerequisite: An active Eka.care account. On first connect, your AI client will open a browser window for OAuth login.
Setup by Client
Pick your AI client below and follow the steps.
Claude Desktop
Cursor
VS Code
Windsurf
Zed
ChatGPT
Claude Desktop (Paid / Pro)
The easiest path — add the server directly from the Connectors UI.Open Settings
In Claude Desktop, click Settings → Connectors → Add custom connector
Enter server details
- Name:
Eka Care
- URL:
https://mcp.eka.care/mcp
Add and authenticate
Click Add, then sign in with your Eka.care account when prompted.
Config file location (if you prefer to edit manually):~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Claude Desktop (Free)
Free tier doesn’t have the Connectors UI. Use mcp-remote as a bridge instead.Open config
Go to Settings → Developer → Edit Config
Add this configuration
claude_desktop_config.json
{
"mcpServers": {
"eka-care": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.eka.care/mcp"]
}
}
}
Config location: ~/Library/Application Support/Claude/claude_desktop_config.jsonclaude_desktop_config.json
{
"mcpServers": {
"eka-care": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.eka.care/mcp"]
}
}
}
Config location: %APPDATA%\Claude\claude_desktop_config.jsonSave and restart
Save the file, restart Claude Desktop, then authenticate when the browser window opens.
Open MCP settings
Press Cmd/Ctrl + Shift + P → type Cursor Settings → select Tools & MCP → click New MCP Server
Add configuration
{
"mcpServers": {
"eka-care": {
"url": "https://mcp.eka.care/mcp"
}
}
}
Config location: ~/Library/Application Support/Cursor/User/globalStorage/mcp.json{
"mcpServers": {
"eka-care": {
"url": "https://mcp.eka.care/mcp"
}
}
}
Config location: %APPDATA%\Cursor\User\globalStorage\mcp.jsonConnect
Click Connect next to the eka-care entry, then sign in with your Eka.care account.
Requirements: VS Code 1.95+ with GitHub CopilotOpen Command Palette
Press Cmd/Ctrl + Shift + P
Add MCP server
Type and select MCP: Add Server → choose HTTP (HTTP or Server-Sent Events)
Enter details
- URL:
https://mcp.eka.care/mcp
- Server name:
eka-care
Authenticate
VS Code will prompt you to sign in with your Eka.care account.
Alternatively, add directly to your config file:{
"mcp": {
"servers": {
"eka-care": {
"type": "http",
"url": "https://mcp.eka.care/mcp"
}
}
}
}
{
"mcp": {
"servers": {
"eka-care": {
"type": "http",
"url": "https://mcp.eka.care/mcp"
}
}
}
}
Config location: %APPDATA%\Code\User\globalStorage\github.copilot-chat\mcp.json Open MCP config
Press Cmd/Ctrl + , → navigate to Extensions → MCP
Add configuration
{
"mcpServers": {
"eka-care": {
"serverUrl": "https://mcp.eka.care/mcp"
}
}
}
Config location: ~/.codeium/windsurf/mcp_config.json{
"mcpServers": {
"eka-care": {
"serverUrl": "https://mcp.eka.care/mcp"
}
}
}
Config location: %APPDATA%\.codeium\windsurf\mcp_config.jsonRestart and authenticate
Restart Windsurf. On first use, a browser window will open for Eka.care login.
Open settings
Go to Zed → Settings (or press Cmd/Ctrl + ,)
Add MCP server
Add the following to your settings.json:{
"context_servers": {
"eka-care": {
"url": "https://mcp.eka.care/mcp",
"transport": "http"
}
}
}
Config location: ~/.config/zed/settings.json Restart and authenticate
Restart Zed. Sign in with Eka.care when prompted.
Requirements: ChatGPT with Go model or higher (remote MCP connectors are not available on the Free tier).Go to Settings
Open chatgpt.com → click your profile (bottom-left) → Settings Enable developer mode
Navigate to Apps and Connectors → scroll down → toggle on Developer mode
Create connector
In Apps and Connectors, click Create app:
- Name:
Eka Care
- URL:
https://mcp.eka.care/mcp
Authenticate
Click Create and sign in with your Eka.care account when the OAuth window appears.
Verify the Connection
Once connected, test it with a simple prompt in your AI client:
Search for patient [name] in my clinic
You should see the AI call the search_patients tool and return results from your Eka.care account.
Need an Eka.care account? Contact ekaconnect@eka.care to get started. For enterprise or custom OAuth setups, reach out to the same address.