Skip to main content

What is Hosted MCP?

OMOPHub runs an MCP server for you at mcp.omophub.com. Connect your AI client directly - no npm install, no Docker, no infrastructure to manage. Just your API key and a URL. All 11 tools are available: concept search, semantic search, hierarchy navigation, cross-vocabulary mapping, and more.

Endpoint

Client Compatibility

Quick Setup

You need two things: the endpoint URL and your API key (get one at dashboard.omophub.com).

Claude Code

VS Code

Add to .vscode/mcp.json:

Cursor

Add to your Cursor MCP configuration:

Windsurf

Same configuration pattern as Cursor:

Claude Desktop

Claude Desktop’s Custom Connectors UI only supports OAuth authentication and cannot send custom Bearer tokens. Use the self-hosted npx approach instead - it works identically and requires no infrastructure:

Verify Connection

Self-Hosted Installation

Prefer to run the MCP server yourself? See the self-hosted installation guide.

Troubleshooting