Vexor
Rank #1,015io.github.scarletkc/vexor
A semantic search engine for files and code.
Vexor is a Model Context Protocol (MCP) server published by scarletkc. It ranks #1,015 of 115,460 servers tracked on MCP Toplist, and its repository has 239 GitHub stars. Vexor is listed across 3 registries — Official MCP, PulseMCP and Glama, with 6 tracked versions. It was first listed on Jul 11, 2026 and most recently updated on Aug 29, 2026.
Ranks ahead of 114,445 of 115,460 servers on MCP Toplist.
Use Vexor
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vexor -e "VEXOR_API_KEY=<your VEXOR_API_KEY>" -e "VEXOR_REMOTE_RERANK_API_KEY=<your VEXOR_REMOTE_RERANK_API_KEY>" -e "VEXOR_CONFIG_JSON=<your VEXOR_CONFIG_JSON>" -- uvx vexor mcpReplace each placeholder with your own value before saving.
[mcp_servers.vexor]
command = "uvx"
args = ["vexor", "mcp"]
[mcp_servers.vexor.env]
VEXOR_API_KEY = "<your VEXOR_API_KEY>"
VEXOR_REMOTE_RERANK_API_KEY = "<your VEXOR_REMOTE_RERANK_API_KEY>"
VEXOR_CONFIG_JSON = "<your VEXOR_CONFIG_JSON>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vexor": {
"command": "uvx",
"args": [
"vexor",
"mcp"
],
"env": {
"VEXOR_API_KEY": "<your VEXOR_API_KEY>",
"VEXOR_REMOTE_RERANK_API_KEY": "<your VEXOR_REMOTE_RERANK_API_KEY>",
"VEXOR_CONFIG_JSON": "<your VEXOR_CONFIG_JSON>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vexor": {
"command": "uvx",
"args": [
"vexor",
"mcp"
],
"env": {
"VEXOR_API_KEY": "<your VEXOR_API_KEY>",
"VEXOR_REMOTE_RERANK_API_KEY": "<your VEXOR_REMOTE_RERANK_API_KEY>",
"VEXOR_CONFIG_JSON": "<your VEXOR_CONFIG_JSON>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vexor": {
"type": "stdio",
"command": "uvx",
"args": [
"vexor",
"mcp"
],
"env": {
"VEXOR_API_KEY": "<your VEXOR_API_KEY>",
"VEXOR_REMOTE_RERANK_API_KEY": "<your VEXOR_REMOTE_RERANK_API_KEY>",
"VEXOR_CONFIG_JSON": "<your VEXOR_CONFIG_JSON>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vexor": {
"command": "uvx",
"args": [
"vexor",
"mcp"
],
"env": {
"VEXOR_API_KEY": "<your VEXOR_API_KEY>",
"VEXOR_REMOTE_RERANK_API_KEY": "<your VEXOR_REMOTE_RERANK_API_KEY>",
"VEXOR_CONFIG_JSON": "<your VEXOR_CONFIG_JSON>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vexor": {
"command": "uvx",
"args": [
"vexor",
"mcp"
],
"env": {
"VEXOR_API_KEY": "<your VEXOR_API_KEY>",
"VEXOR_REMOTE_RERANK_API_KEY": "<your VEXOR_REMOTE_RERANK_API_KEY>",
"VEXOR_CONFIG_JSON": "<your VEXOR_CONFIG_JSON>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.scarletkc%2Fvexor)<a href="https://mcptoplist.com/server/io.github.scarletkc%2Fvexor"><img src="https://mcptoplist.com/badge/io.github.scarletkc%2Fvexor.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
scarletkc
Other servers by scarletkc
View all scarletkc servers →Available versions (6)
| Version | Published |
|---|---|
| 0.29.0 | Aug 29, 2026 |
| 0.28.0 | Aug 21, 2026 |
| 0.27.2 | Aug 20, 2026 |
| 0.27.0 | Aug 15, 2026 |
| 0.26.0 | Aug 3, 2026 |
| 0.24.1 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Vexor?
- Vexor is maintained by scarletkc, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is Vexor listed on the Official MCP Registry?
- Yes — Vexor is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Vexor have?
- MCP Toplist tracks 6 versions of Vexor, most recently published on Aug 29, 2026.
- Where can I find the source code for Vexor?
- The source code for Vexor is hosted at github.com/scarletkc/vexor.