Vectr for Cursor
io.github.swapnanil/vectr
Semantic codebase search + persistent working memory for AI code editors. Local, no API key.
client:Cursor
transport:stdio
runtime:pypi
Install Vectr in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"vectr": {
"type": "stdio",
"command": "uvx",
"args": [
"vectr"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs