Productivity|Development|AI / MLPython
VectorCode
VectorCode is a code repository indexing tool to supercharge your LLM experience.
N/A rating (0 reviews)0 installs843 GitHub stars
code indexingLLM enhancementneovim plugin
VectorCode helps you build better prompts for your coding LLMs by indexing and providing information about the code repository you're working on. It also contains a neovim plugin that provides APIs for building or enhancing AI plugins and integrations.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vectorcode-1": {
"args": [
"vectorcode"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.