{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.Vortiago/mcp-outline",
    "description": "Connect AI assistants to Outline for document search, reading, and management",
    "title": "Outline MCP Server",
    "repository": {
        "url": "https://github.com/Vortiago/mcp-outline",
        "source": "github",
        "id": "Vortiago/mcp-outline"
    },
    "version": "1.10.1",
    "websiteUrl": "https://github.com/Vortiago/mcp-outline",
    "packages": [
        {
            "registryType": "pypi",
            "identifier": "mcp-outline",
            "version": "1.10.1",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "Outline API key (Settings > API). Can also be set in ~/.config/mcp-outline/.env",
                    "isSecret": true,
                    "name": "OUTLINE_API_KEY"
                },
                {
                    "description": "Outline API URL for self-hosted instances",
                    "name": "OUTLINE_API_URL"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-02T08:13:04.430656Z",
            "publishedAt": "2026-07-02T08:13:04.430656Z",
            "updatedAt": "2026-07-02T08:13:04.430656Z",
            "isLatest": true
        }
    }
}