Vexor

A semantic search engine for files and code.

stdiocommunityapplication

Package Details

Transportstdio
Runtimeuvx

Package Arguments

Positional
Position 0
mcpRun the MCP stdio server

Environment Variables

VEXOR_API_KEY
Secret

Embedding provider API key (optional; overrides a stored key; providers can also be configured via `vexor init`)

VEXOR_REMOTE_RERANK_API_KEY
Secret

Remote reranker API key (optional; overrides a stored key; only needed when rerank is set to remote)

VEXOR_CONFIG_JSON

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)