.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/davidyz/vectorcode
home/mcp-servers/davidyz/vectorcode
davidyz avatar

vectorcode

bydavidyz· 1 MCP server

Installs

510

Stars

874

Forks

49

Category

Data Science & Analytics

View on GitHub

TL;DR

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 yo

How to install vectorcode?

davidyz/vectorcode
$git clone https://github.com/davidyz/vectorcode

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install vectorcode by running `git clone https://github.com/davidyz/vectorcode`, then use it for the current task and follow its documentation at https://github.com/davidyz/vectorcode.

Files · 1

View on GitHub
README.md
1# VectorCode
2 
3[![codecov](https://codecov.io/github/Davidyz/VectorCode/branch/main/graph/badge.svg?token=TWXLOUGG66)](https://codecov.io/github/Davidyz/VectorCode)
4[![Test and Coverage](https://github.com/Davidyz/VectorCode/actions/workflows/test_and_cov.yml/badge.svg)](https://github.com/Davidyz/VectorCode/actions/workflows/test_and_cov.yml)
5[![pypi](https://img.shields.io/pypi/v/vectorcode.svg)](https://pypi.org/project/vectorcode/)
6 
7VectorCode is a code repository indexing tool. It helps you build better prompt
8for your coding LLMs by indexing and providing information about the code
9repository you're working on. This repository also contains the corresponding
10neovim plugin that provides a set of APIs for you to build or enhance AI plugins,
11and integrations for some of the popular plugins.
12 
13> [!NOTE]
14> This project is in beta quality and is undergoing rapid iterations.
15> I know there are plenty of rooms for improvements, and any help is welcomed.
16 
17<!-- mtoc-start -->
18 
19* [Why VectorCode?](#why-vectorcode)
20* [Documentation](#documentation)
21 * [About Versioning](#about-versioning)
22* [TODOs](#todos)
23* [Credit](#credit)
24 * [Special Thanks](#special-thanks)
25* [Star History](#star-history)
26 
27<!-- mtoc-end -->
28 
29## Why VectorCode?
30LLMs usually have very limited understanding about close-source projects, projects
31that are not well-known, and cutting edge developments that have not made it into
32releases. Their capabilities on these projects are quite limited. With
33VectorCode, you can easily (and programmatically) inject task-relevant context
34from the project into the prompt. This significantly improves the quality of the
35model output and reduce hallucination.
36 
37[![asciicast](https://asciinema.org/a/8WP8QJHNAR9lEllZSSx3poLPD.svg)](https://asciinema.org/a/8WP8QJHNAR9lEllZSSx3poLPD?t=3)
38 
39## Documentation
40 
41> [!NOTE]
42> The documentation on the `main` branch reflects the code on the latest commit.
43> To check for the documentation for the version you're using, you can [check out
44> the corresponding tags](https://github.com/Davidyz/VectorCode/tags).
45 
46- For the setup and usage of the command-line tool, see [the CLI documentation](./docs/cli.md);
47- For neovim users, after you've gone through the CLI documentation, please refer to
48 [the neovim plugin documentation](./docs/neovim/README.md) (and optionally the [lua API reference](./docs/neovim/api_references.md))
49 for further instructions.
50- Additional resources:
51 - the [wiki](https://github.com/Davidyz/VectorCode/wiki) for extra tricks and
52 tips that will help you get the most out of VectorCode;
53 - the [discussions](https://github.com/Davidyz/VectorCode/discussions) where
54 you can ask general questions and share your cool usages about VectorCode.
55 - If you're feeling adanvturous, feel free to check out
56 [the pull requests](https://github.com/Davidyz/VectorCode/pulls) for
57 WIP features.
58 
59If you're trying to contribute to this project, take a look at [the contribution
60guide](./docs/CONTRIBUTING.md), which contains information about some basic
61guidelines that you should follow and tips that you may find helpful.
62 
63### About Versioning
64 
65This project follows an adapted semantic versioning:
66 
67- Until 1.0.0 is released, the _major version number_ stays 0 which indicates that
68 this project is still in early stage, and features/interfaces may change from
69 time to time;
70- The _minor version number_ indicates __breaking changes__. When I decide to remove a
71 feature/config option, the actual removal will happen when I bump the minor
72 version number. Therefore, if you want to avoid breaking a working setup, you
73 may choose to use a version constraint like `"vectorcode<0.7.0"`;
74- The _patch version number_ indicates __non-breaking changes__. This can include new
75 features and bug fixes. When I decide to deprecate things, I will make a new
76 release with bumped patch version. Until the minor version number is bumped,
77 the deprecated feature will still work but you'll see a warning. I

Preview

davidyz/vectorcodedavidyz/vectorcode

# VectorCode

[![codecov](https://codecov.io/github/Davidyz/VectorCode/branch/main/graph/badge.svg?token=TWXLOUGG66)](https://codecov.io/github/Davidyz/VectorCode)

[![Test and Coverage](https://github.com/Davidyz/VectorCode/actions/workflows/test_and_cov.yml/badge.svg)](https://github.com/Davidyz/VectorCode/actions/workflo

[![pypi](https://img.shields.io/pypi/v/vectorcode.svg)](https://pypi.org/project/vectorcode/)

Repodavidyz/vectorcode
TypeMCP Servers
CategoryData Science & Analytics
UpdatedFeb 2026
LicenseMIT
First seenJul 27, 2026

Tags

MCPembeddingsmcp

Related

6 picks
Type
  1. dbt-labs avatardbt-mcpA MCP (Model Context Protocol) server for interacting with dbt resources.MCP ServersJul 2026105k595
  2. antvis avatarmcp-server-chartA Model Context Protocol server for generating charts using AntV.MCP ServersMay 202693k4.3k
  3. datalayer avatarjupyter-mcp-server🪐 🔧 Model Context Protocol (MCP) Server for Jupyter.MCP ServersJul 202681k1.2k
  4. tableau avatartableau-mcpHelping agents see and understand data.MCP ServersJul 202646k314
  5. oxylabs avataroxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.MCP ServersJun 202639k101
  6. apconw avataraix-dbAix-DB 基于 LangChain/LangGraph 框架,结合 MCP Skills 多智能体协作架构,实现自然语言到数据洞察的端到端转换。MCP ServersJun 202638k2.2k