Odel
Vexor

Vexor

Local
@scarletkc239PythonMITUpdated 1w ago

A semantic search engine for files and code.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIvexorv0.29.0

Run

uvx vexor

MCP client config

{
  "mcpServers": {
    "vexor": {
      "command": "uvx",
      "args": [
        "vexor"
      ]
    }
  }
}