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.
We read the source, 19 h ago · rules 3dff92dd89df
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(
while eval(cond, env):
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
Advanced codebase indexing and semantic search MCP server
Docs + source RAG for Pipe language: semantic search, cited answers, code symbol lookup.
MCP server for enterprise local codebase indexing, semantic search, and code dependency graphs.
Local symbol ground truth MCP server for Unicode lookup and code-symbol linting.
SQLite-backed hybrid (vector + FTS) code search index for Claude Code over MCP.
Code intelligence MCP server: call graphs, type inference, and symbol search for Python/Go.
Lightweight MCP server for LSP code intelligence — symbol lookup, refs, types, diagnostics.
MCP server for AiList — search and discover Ai projects from Claude Code
Answers built from our own checks of this server.