Vexor MCP Server

A semantic search engine for files and code. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

People connecting search tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 239 · #5 OF 47 MAINTAINED SEARCH · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Vexor

before you install - you'll need

Set VEXOR_API_KEY, VEXOR_CONFIG_JSON before connecting.

Claude Code

claude mcp add scarletkc-vexor -- uvx vexor

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package vexor - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.scarletkc is GitHub-verified and matches the repo owner

03 · What Vexor can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.28.0 · 2026-08-21

Automated release for Vexor v0.28.0. · Collections API · Vexor 0.28.0 adds persistent record collections to the Python API. Applications · can send records from MySQL, Postgres, SQLite, a message store, or any other…

v0.27.2 · 2026-08-20

Automated release for Vexor v0.27.2. · Default path now resolves at call time · search(), index(), index_in_memory(), and clear_index() - along with the · matching VexorClient methods and the search, index, and mcp CLI…

v0.27.1 · 2026-08-15

Automated release for Vexor v0.27.1. · Search content fixes · Split code chunks now return source text from the matched window instead of · repeatedly reading from the start of the enclosing symbol. This removes false…

04 · Who maintains Vexor

Vexor is maintained by scarletkc. We track 2 MCP servers from scarletkc - 2 actively maintained, 257 combined GitHub stars, oldest repo from Nov 2025. Full record: all servers from scarletkc.

  1. Perenna A lightweight, Git-backed permanent memory for AI agents. ★ 18

05 · Facts

category
search - ranked #5 of 47 actively-maintained search servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-21)
registry
io.github.scarletkc/vexor (active, first published 2026-07-11 · 9 versions)
packages
pypi:vexor

06 · Vexor FAQ

What is Vexor?

A semantic search engine for files and code. This MCP entry surfaces a curated ranking/list from the project README rather than a classic multi-tool integration surface. It runs locally over stdio via the published package.

Is Vexor still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Vexor?

Run `uvx vexor`. The README documents 2 environment variables (VEXOR_API_KEY, VEXOR_CONFIG_JSON) to set first. Set VEXOR_API_KEY, VEXOR_CONFIG_JSON before connecting. You can also paste the ready-made client config above.

Does Vexor run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Vexor