MCP Directory
Back

VectorCode

by Davidyz · Python · ★ 855

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

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "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 →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related developer tools servers