{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.pvliesdonk/scholar-mcp",
    "description": "Scholarly-sources MCP: papers, patents, books, standards \u2014 search and cross-reference prior art.",
    "title": "Scholar MCP Server",
    "repository": {
        "url": "https://github.com/pvliesdonk/scholar-mcp",
        "source": "github"
    },
    "version": "1.8.2",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "pvliesdonk-scholar-mcp",
            "version": "1.8.2",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Set to 'false' to enable write tools (default: true)",
                    "default": "true",
                    "name": "SCHOLAR_MCP_READ_ONLY"
                },
                {
                    "description": "Static bearer token for authentication (optional)",
                    "name": "SCHOLAR_MCP_BEARER_TOKEN"
                }
            ]
        },
        {
            "registryType": "oci",
            "identifier": "ghcr.io/pvliesdonk/scholar-mcp:v1.8.2",
            "transport": {
                "type": "streamable-http",
                "url": "http://localhost:{--port}/mcp"
            },
            "packageArguments": [
                {
                    "description": "Port for the HTTP transport",
                    "default": "8000",
                    "type": "named",
                    "name": "--port"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Set to 'false' to enable write tools (default: true)",
                    "default": "true",
                    "name": "SCHOLAR_MCP_READ_ONLY"
                },
                {
                    "description": "Log level (DEBUG, INFO, WARNING, ERROR)",
                    "default": "INFO",
                    "name": "FASTMCP_LOG_LEVEL"
                },
                {
                    "description": "Persistent-state backend URL for pvl-core subsystems. Schemes: file:///path (survives restarts), memory:// (dev/ephemeral).",
                    "default": "file:///data/state",
                    "name": "SCHOLAR_MCP_KV_STORE_URL"
                },
                {
                    "description": "MCP server name shown to clients",
                    "default": "scholar-mcp",
                    "name": "SCHOLAR_MCP_SERVER_NAME"
                },
                {
                    "description": "Run as this UID (Docker entrypoint)",
                    "default": "1000",
                    "name": "PUID"
                },
                {
                    "description": "Run as this GID (Docker entrypoint)",
                    "default": "1000",
                    "name": "PGID"
                },
                {
                    "description": "Static bearer token for authentication (optional)",
                    "name": "SCHOLAR_MCP_BEARER_TOKEN"
                },
                {
                    "description": "Public base URL of this server, required for OIDC (e.g. https://mcp.example.com)",
                    "name": "SCHOLAR_MCP_BASE_URL"
                },
                {
                    "description": "OIDC discovery endpoint URL (e.g. https://auth.example.com/.well-known/openid-configuration)",
                    "name": "SCHOLAR_MCP_OIDC_CONFIG_URL"
                },
                {
                    "description": "OIDC client ID",
                    "name": "SCHOLAR_MCP_OIDC_CLIENT_ID"
                },
                {
                    "description": "OIDC client secret",
                    "name": "SCHOLAR_MCP_OIDC_CLIENT_SECRET"
                },
                {
                    "description": "JWT signing key \u2014 required on Linux/Docker to survive restarts (generate with: openssl rand -hex 32)",
                    "name": "SCHOLAR_MCP_OIDC_JWT_SIGNING_KEY"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-06-19T05:32:11.279054Z",
            "publishedAt": "2026-06-19T05:32:11.279054Z",
            "updatedAt": "2026-06-19T05:32:11.279054Z",
            "isLatest": false
        }
    }
}