mcpbeat Sign in

Vector DB MCP Server

local only

Vector DB MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 1 Jun 2026.

Assembly-accelerated DuckDB MCP server for code search, indexing, and symbol lookup.

Installs / week
not published
3
Stars
0 open issues
1 Jun 2026
Last commit
from GitHub
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        result = subprocess.run(
Executes code built at runtime projects/lisp-interpreter/main.py:8
    while eval(cond, env):

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Alternatives to Vector DB MCP

same job, measured the same way
Deepcontext
by wild-card

Advanced codebase indexing and semantic search MCP server

121 installs/wk local only
Pipe Docs (SPR) MCP Server
by machuraharry

Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.

local only
Socraticode
by giancarloerra

MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.

5 182 installs/wk local only
OmniGlyph
by aidi1723

Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.

97 installs/wk local only
Code Index
by achreftlili

SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.

213 installs/wk local only
Code Pathfinder
by codepathfinder

Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.

436 installs/wk local only
Locus
by paladini

Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.

36 installs/wk local only
Ailist MCP
by hifriendbot

MCP server for AiList — search and discover Ai projects from Claude Code

35 installs/wk local only

Vector DB MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Vector DB MCP?
Vector DB MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Vector DB MCP open source?
We cannot say either way: written in Python and 3 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.