Skip to content
VS Code

Vectr for VS Code

io.github.swapnanil/vectr

Semantic codebase search + persistent working memory for AI code editors. Local, no API key.

client:VS Code transport:stdio runtime:pypi

Install Vectr in VS Code

.vscode/mcp.json

{
  "servers": {
    "vectr": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "vectr"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Vectr in other clients