Skip to main content
Glama

ClinicalTrials.gov MCP Server

smithery.yaml797 B
startCommand: type: stdio configSchema: type: object properties: MCP_TRANSPORT_TYPE: type: string enum: ["stdio", "http"] default: "stdio" description: "MCP communication transport ('stdio' or 'http')." MCP_HTTP_PORT: type: integer default: 3010 description: "HTTP server port (if MCP_TRANSPORT_TYPE is 'http')." MCP_LOG_LEVEL: type: string default: "info" description: "Minimum logging level." commandFunction: | (config) => ({ "command": "npx", "args": ["clinicaltrialsgov-mcp-server"], "env": { "MCP_TRANSPORT_TYPE": config.MCP_TRANSPORT_TYPE, "MCP_HTTP_PORT": config.MCP_HTTP_PORT, "MCP_LOG_LEVEL": config.MCP_LOG_LEVEL } })

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/cyanheads/clinicaltrialsgov-mcp-server'

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