{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.TinySuiteHQ/tinycontext",
    "description": "Token-light local memory with SQLite hybrid retrieval for MCP agents.",
    "repository": {
        "url": "https://github.com/TinySuiteHQ/TinyContext",
        "source": "github",
        "id": "1284842191"
    },
    "version": "0.1.0",
    "websiteUrl": "https://github.com/TinySuiteHQ/TinyContext",
    "packages": [
        {
            "registryType": "oci",
            "identifier": "docker.io/marcellm01/tinycontext",
            "transport": {
                "type": "stdio"
            },
            "environmentVariables": [
                {
                    "description": "MCP transport to serve: stdio (default), sse, or streamable-http.",
                    "name": "MCP_TRANSPORT"
                },
                {
                    "description": "Path to a context_config.json inside the container.",
                    "name": "TINYCONTEXT_CONFIG_PATH"
                },
                {
                    "description": "Path to the TinyContext SQLite database.",
                    "name": "TINYCONTEXT_MEMORY_DB_PATH"
                },
                {
                    "description": "Directory used for downloaded ONNX embedding bundles.",
                    "name": "TINYCONTEXT_MODELS_DIR"
                }
            ],
            "version": "v0.1.0",
            "registryBaseUrl": "https://docker.io"
        },
        {
            "registryType": "pypi",
            "identifier": "tinysuite-context",
            "version": "0.1.0",
            "transport": {
                "type": "stdio"
            }
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-31T09:56:27.017897Z",
            "publishedAt": "2026-07-31T09:56:27.017897Z",
            "updatedAt": "2026-07-31T09:56:27.017897Z",
            "isLatest": false
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-31T09:56:27+00:00",
            "updatedAt": "2026-07-31T09:56:27+00:00"
        }
    }
}