{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.cyanheads/pubmed-mcp-server",
    "description": "Search PubMed, fetch articles and full text, generate citations, and explore MeSH terms via NCBI.",
    "repository": {
        "url": "https://github.com/cyanheads/pubmed-mcp-server",
        "source": "github"
    },
    "version": "2.5.0",
    "packages": [
        {
            "registryType": "npm",
            "registryBaseUrl": "https://registry.npmjs.org",
            "identifier": "@cyanheads/pubmed-mcp-server",
            "version": "2.5.0",
            "runtimeHint": "bun",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "value": "run",
                    "type": "positional"
                },
                {
                    "value": "start:stdio",
                    "type": "positional"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Sets the minimum log level for output (e.g., 'debug', 'info', 'warn').",
                    "format": "string",
                    "default": "info",
                    "name": "MCP_LOG_LEVEL"
                },
                {
                    "description": "NCBI API key for higher rate limits (10 req/s vs 3 req/s).",
                    "format": "string",
                    "name": "NCBI_API_KEY"
                },
                {
                    "description": "Contact email sent with NCBI requests (recommended by NCBI).",
                    "format": "string",
                    "name": "NCBI_ADMIN_EMAIL"
                }
            ]
        }
    ],
    "remotes": [
        {
            "type": "streamable-http",
            "url": "https://pubmed.caseyjhand.com/mcp"
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-04-21T12:01:56.394354Z",
            "publishedAt": "2026-04-21T12:01:56.394354Z",
            "updatedAt": "2026-04-21T12:01:56.394354Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-04-21T12:01:56+00:00",
            "updatedAt": "2026-04-21T12:01:56+00:00"
        }
    }
}