{
    "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
    "name": "io.github.scarletkc/vexor",
    "description": "A semantic search engine for files and code.",
    "title": "Vexor",
    "repository": {
        "url": "https://github.com/scarletkc/vexor",
        "source": "github"
    },
    "version": "0.24.1",
    "packages": [
        {
            "registryType": "pypi",
            "registryBaseUrl": "https://pypi.org",
            "identifier": "vexor",
            "version": "0.24.1",
            "runtimeHint": "uvx",
            "transport": {
                "type": "stdio"
            },
            "packageArguments": [
                {
                    "description": "Run the MCP stdio server",
                    "value": "mcp",
                    "type": "positional"
                }
            ],
            "environmentVariables": [
                {
                    "description": "Embedding provider API key (optional; overrides a stored key; providers can also be configured via `vexor init`)",
                    "isSecret": true,
                    "name": "VEXOR_API_KEY"
                },
                {
                    "description": "Remote reranker API key (optional; overrides a stored key; only needed when rerank is set to remote)",
                    "isSecret": true,
                    "name": "VEXOR_REMOTE_RERANK_API_KEY"
                },
                {
                    "description": "Non-secret Vexor config as a JSON object, e.g. {\"provider\": \"gemini\", \"rerank\": \"bm25\"} (optional; merged over ~/.vexor/config.json; credential fields are rejected, use the dedicated variables)",
                    "name": "VEXOR_CONFIG_JSON"
                }
            ]
        }
    ],
    "_meta": {
        "io.modelcontextprotocol.registry/official": {
            "status": "active",
            "statusChangedAt": "2026-07-11T20:01:57.489627Z",
            "publishedAt": "2026-07-11T20:01:57.489627Z",
            "updatedAt": "2026-07-11T20:01:57.489627Z",
            "isLatest": true
        },
        "io.modelcontextprotocol.registry/publisher-provided": {
            "publishedAt": "2026-07-11T20:01:57+02:00",
            "updatedAt": "2026-07-11T20:01:57+02:00"
        }
    }
}