server.jsonā¢3.48 kB
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.cyanheads/clinicaltrialsgov-mcp-server",
"description": "Provides rich tools to search, retrieve, and analyze data from ClinicalTrials.gov API v2.",
"repository": {
"url": "https://github.com/cyanheads/clinicaltrialsgov-mcp-server",
"source": "github"
},
"version": "1.5.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "clinicaltrialsgov-mcp-server",
"version": "1.5.0",
"runtimeHint": "bun",
"packageArguments": [
{
"type": "positional",
"value": "run"
},
{
"type": "positional",
"value": "start:stdio"
}
],
"environmentVariables": [
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn', 'error').",
"format": "string",
"isRequired": false,
"default": "info"
},
{
"name": "STORAGE_PROVIDER_TYPE",
"description": "Storage provider type: 'in-memory', 'filesystem', 'supabase', 'cloudflare-r2', or 'cloudflare-kv'.",
"format": "string",
"isRequired": false,
"default": "in-memory"
}
],
"transport": {
"type": "stdio"
}
},
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "clinicaltrialsgov-mcp-server",
"version": "1.5.0",
"runtimeHint": "bun",
"packageArguments": [
{
"type": "positional",
"value": "run"
},
{
"type": "positional",
"value": "start:http"
}
],
"environmentVariables": [
{
"name": "MCP_HTTP_HOST",
"description": "The hostname for the HTTP server.",
"format": "string",
"isRequired": false,
"default": "127.0.0.1"
},
{
"name": "MCP_HTTP_PORT",
"description": "The port to run the HTTP server on.",
"format": "string",
"isRequired": false,
"default": "3017"
},
{
"name": "MCP_HTTP_ENDPOINT_PATH",
"description": "The endpoint path for the MCP server.",
"format": "string",
"isRequired": false,
"default": "/mcp"
},
{
"name": "MCP_AUTH_MODE",
"description": "Authentication mode to use: 'none', 'jwt', or 'oauth'.",
"format": "string",
"isRequired": false,
"default": "none"
},
{
"name": "MCP_LOG_LEVEL",
"description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn', 'error').",
"format": "string",
"isRequired": false,
"default": "info"
},
{
"name": "STORAGE_PROVIDER_TYPE",
"description": "Storage provider type: 'in-memory', 'filesystem', 'supabase', 'cloudflare-r2', or 'cloudflare-kv'.",
"format": "string",
"isRequired": false,
"default": "in-memory"
}
],
"transport": {
"type": "streamable-http",
"url": "http://localhost:3000/mcp"
}
}
],
"mcpName": "io.github.cyanheads/clinicaltrialsgov-mcp-server"
}