Vectr
Rank #3,471io.github.swapnanil/vectr
Semantic codebase search + persistent working memory for AI code editors. Local, no API key.
Vectr is a Model Context Protocol (MCP) server published by swapnanil. It ranks #3,471 of 132,046 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. Vectr is listed across 3 registries — Official MCP, PulseMCP and Glama, with 13 tracked versions. It was first listed on Jul 7, 2026 and most recently updated on Sep 2, 2026.
Ranks ahead of 128,575 of 132,046 servers on MCP Toplist.
Use Vectr
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add vectr -- uvx vectr mcp-stdioclaude mcp add vectr -e "VECTR_PORT=<your VECTR_PORT>" -- uvx vectrReplace each placeholder with your own value before saving.
[mcp_servers.vectr]
command = "uvx"
args = ["vectr", "mcp-stdio"]Add to ~/.codex/config.toml.
[mcp_servers.vectr]
command = "uvx"
args = ["vectr"]
[mcp_servers.vectr.env]
VECTR_PORT = "<your VECTR_PORT>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr",
"mcp-stdio"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr"
],
"env": {
"VECTR_PORT": "<your VECTR_PORT>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr",
"mcp-stdio"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr"
],
"env": {
"VECTR_PORT": "<your VECTR_PORT>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"vectr": {
"type": "stdio",
"command": "uvx",
"args": [
"vectr",
"mcp-stdio"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"vectr": {
"type": "stdio",
"command": "uvx",
"args": [
"vectr"
],
"env": {
"VECTR_PORT": "<your VECTR_PORT>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr",
"mcp-stdio"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr"
],
"env": {
"VECTR_PORT": "<your VECTR_PORT>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr",
"mcp-stdio"
]
}
}
}{
"mcpServers": {
"vectr": {
"command": "uvx",
"args": [
"vectr"
],
"env": {
"VECTR_PORT": "<your VECTR_PORT>"
}
}
}
}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.swapnanil%2Fvectr)<a href="https://mcptoplist.com/server/io.github.swapnanil%2Fvectr"><img src="https://mcptoplist.com/badge/io.github.swapnanil%2Fvectr.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
swapnanil
Available versions (13)
| Version | Published |
|---|---|
| 1.12.0 | Sep 2, 2026 |
| 1.11.0 | Aug 27, 2026 |
| 1.10.0 | Aug 18, 2026 |
| 1.9.0 | Aug 7, 2026 |
| 1.8.0 | Aug 2, 2026 |
| 1.7.0 | Jul 29, 2026 |
| 1.6.0 | Jul 28, 2026 |
| 1.5.0 | Jul 22, 2026 |
| 1.4.0 | Jul 19, 2026 |
| 1.2.0 | Jul 13, 2026 |
| 1.1.1 | Jul 12, 2026 |
| 1.1.0 | Jul 11, 2026 |
| 1.0.3 | Jul 11, 2026 |
Frequently asked questions
- Who maintains Vectr?
- Vectr is maintained by swapnanil, which publishes 1 MCP server (13 total versions) tracked on MCP Toplist.
- Is Vectr listed on the Official MCP Registry?
- Yes — Vectr is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Vectr have?
- MCP Toplist tracks 13 versions of Vectr, most recently published on Sep 2, 2026.
- Where can I find the source code for Vectr?
- The source code for Vectr is hosted at github.com/swapnanil/vectr.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.