Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
OMOPHUB_API_KEYYesAPI key for OMOP HUB vocabulary lookups (obtain from omophub.com)

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
find_omop_conceptB
Find OMOP concepts for a given keyword, table, and field.
Returns multiple candidates for LLM to choose from based on context.

Args:
    keyword: The clinical term to map
    omop_table: The OMOP CDM table name
    omop_field: The concept ID field name
    max_results: Maximum number of candidate concepts to return

Returns:
    Dict containing candidate concepts or error information if no results found.
batch_map_concepts_from_csvC

Process a CSV file of keywords, mapping each row and returning a CSV with mapping results appended as new columns.

Prompts

Interactive templates invoked by user choice

NameDescription
map_clinical_conceptCreate a prompt for mapping clinical concepts.

Resources

Contextual data attached and managed by the client

NameDescription
omop://tables
omop://documentation
omop://preferred_vocabularies

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OHNLP/omop_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server