Mmcp.market

Vexor MCP server

by scarletkc·io.github.scarletkc/vexor·v0.29.0

A semantic search engine for files and code.

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Established

241 stars594 downloads/wk

Reviews

Write one

Nobody has reviewed Vexor yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Vexor tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan36 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 9 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Vexor repository's README, as published. We do not edit it. Read it on GitHub

Vexor

Vexor is a semantic search engine that builds reusable indexes over files and code. It supports configurable embedding and reranking providers, and exposes the same core through a Python API, a CLI tool, and an MCP server.

Vexor Demo Video

Featured In

Vexor has been recognized and featured by the community:

  • Ruan Yifeng's Weekly (Issue #379) - A leading tech newsletter in the Chinese developer community.
  • Awesome Claude Skills - Curated list of best-in-class skills for AI agents.
  • Awesome MCP Servers - Curated list of Model Context Protocol servers.
  • Awesome CLI Apps - Curated list of command-line apps.

Why Vexor?

When you remember what a file does but forget its name or location, Vexor finds it instantly—no grep patterns or directory traversal needed.

Designed for both humans and AI coding assistants, enabling semantic file discovery in autonomous agent workflows.

Install

Download standalone binary from releases (no Python required), or:

pip install vexor  # also works with pipx, uv

Quick Start

0. Guided Setup (Recommended)

vexor init

The wizard also runs automatically before the first interactive operational command when no config exists. Configuration-management (vexor config), MCP, help, and version commands run directly.

1. Search

vexor "api client config"  # defaults to search current directory
# or explicit path:
vexor search "api client config" --path ~/projects/demo --top 5
# in-memory search only:
vexor search "api client config" --no-cache

Vexor auto-indexes on first search. Example output:

Vexor semantic file search results
──────────────────────────────────
#   Similarity   File path                       Lines   Preview
1   0.923        ./src/config_loader.py          -       config loader entrypoint
2   0.871        ./src/utils/config_parse.py     -       parse config helpers
3   0.809        ./tests/test_config_loader.py   -       tests for config loader

2. Explicit Index (Optional)

vexor index  # indexes current directory
# or explicit path:
vexor index --path ~/projects/demo --mode code

Useful for CI warmup or when auto_index is disabled.

Python API

Vexor can also be imported and used directly from Python:

from vexor import index, search

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

claude mcp add vexor -- uvx vexor
Add to Cursor

Vexor: common questions

Is Vexor MCP server safe?
Mostly: it is graded B (83/100). Read the Vexor safety report
How do I install Vexor?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Vexor need an API key?
Yes. The registry entry asks for VEXOR_API_KEY, VEXOR_REMOTE_RERANK_API_KEY.
Is Vexor maintained?
The last commit was 9 days ago (2026-09-12). The latest release is v0.29.0.
What can I use instead of Vexor?
Servers from other publishers that do the same job: Socraticode MCP server, Octocode MCP server and Marm MCP server. Compare all Vexor alternatives.

Alternatives to Vexor

Same job from other publishers: the closest match first, then the best rated.

All Vexor alternatives →
  • Socraticode
    MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
    B
  • Octocode
    AI-powered code indexer with semantic search and knowledge graphs
    A
  • Marm
    Universal MCP Server with advanced AI memory capabilities and semantic search.
    A
  • Silica Core
    Retrieval over the folder the session opened: files, search, read, code_pack, write_note.
    A
  • GEO Tracker by DigestSEO
    Track brand citations across five AI search engines. Free OSS; optional EUR 99 client-ready audit.
    B

More from scarletkc