mcpbeat Sign in

Vexor MCP Server

local only

Vexor runs on your own machine — the client starts it, so there is no endpoint to ping. 842 installs a week from pypi. Last commit 29 Aug 2026.

A semantic search engine for files and code.

Installs per day peak 744 · avg 173 · -46% w/w
a month agotoday
842
Installs / week
pypi · vexor
241
Stars
3 open issues
29 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 9 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

            completed = subprocess.run(list(command), check=False, timeout=timeout)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add vexor -- uvx vexor
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "vexor": {
      "args": [
        "vexor"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.vexor]
command = "uvx"
args = ["vexor"]
.cursor/mcp.json
{
  "mcpServers": {
    "vexor": {
      "args": [
        "vexor"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "vexor": {
      "args": [
        "vexor"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: VEXOR_API_KEY (Embedding provider API key (optional; overrides a stored key; providers can also be configured via `vexor init`)), VEXOR_REMOTE_RERANK_API_KEY (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)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Vexor

same job, measured the same way
Wayforth
by wayforthofficial

Search engine and payment rail for AI agents. 2,300+ services, semantic ranking.

161 installs/wk local only
Llmse
by llmse

Public MCP server for the LLM Search Engine

10 tools answering
Google Custom Search MCP
by a1-x-tech

MCP server for Google Custom Search: web and image search via a Programmable Search Engine.

21 installs/wk local only
Vectora
by brunosrz

AI assistant with RAG, web search, filesystem and memory. MCP sub-agent for Claude Code.

37 installs/wk local only
SerpApi
by serpapi

Official SerpApi MCP server for Google, Bing, and other search engines.

3 tools answering
Serpapi
by pipeworx-io

SerpApi MCP — wraps SerpApi (serpapi.com) search engines

42 tools answering
Web Search
by hec-ovi

Keyless multi-engine web search, fetch, and clean-Markdown read for AI agents. No API keys.

198 installs/wk local only
Quran Search Engine MCP
by adelpro

Quran Search Engine MCP for AI tools. Provides Quran search, Arabic normalization, and highlighting.

38 installs/wk local only

Vexor — questions

Answers built from our own checks of this server.

Why is there no uptime for Vexor?
Vexor runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package vexor was installed 842 times last week.
How do I connect Vexor?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls vexor straight from pypi; nothing to host, nothing to sign up for.
How many people use Vexor?
The pypi package vexor was installed 842 times in the last week. Week over week that is -46%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Vexor open source?
Yes — it is published under the MIT licence, written in Python, 241 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.