MCP Directory
Back

VectorCode

by Davidyz · Python · ★ 869

A code repository indexing tool to supercharge your LLM experience.

#embeddings#mcp#mcp-server#neovim-plugin#rag#retrieval-augmented

Install

pip install git+https://github.com/Davidyz/VectorCode.git

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "vectorcode": {
      "command": "uvx",
      "args": [
        "git+https://github.com/Davidyz/VectorCode.git"
      ]
    }
  }
}

From the README

[](https://codecov.io/github/Davidyz/VectorCode) [](https://github.com/Davidyz/VectorCode/actions/workflows/test_and_cov.yml) [](https://pypi.org/project/vectorcode/) VectorCode is a code repository indexing tool. It helps you build better prompt for your coding LLMs by indexing and providing information about the code repository you're working on. This repository also contains the corresponding neovim plugin that provides a set of APIs for you to build or enhance AI plugins, and integrations for some of the popular plugins. > [!NOTE] > This project is in beta quality and is undergoing rapid…
Read full README on GitHub →

Related ai & ml servers