Back to search
30
MCP

Vector DB MCP

io.github.kroq86/vector-db-mcp

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

Uptime
0.0%
3 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

duckdb-mcp-server
A MCP server for DuckDB that enables LLMs to query and analyze data from various sources
0 tools
mcp-server-duckdb
A Model Context Protocol (MCP) server implementation for DuckDB, providing database interaction capabilities
0 tools
recall-mcp-client
MCP server for Recall vector database with background indexing - search and index your code repositories and documentation
0 tools
files-vector-mcp-server
A FastMCP server for file vectorization and similarity search
0 tools
acemcp-fast
MCP server for codebase indexing and semantic search with multi-encoding support and .gitignore integration
0 tools
cocode-mcp
High-performance MCP server for semantic codebase search with hybrid retrieval (vector + BM25 + symbol search)
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "vector_db_mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}