#lancedb
8 results found
LanceDB Node.js Vector Search
LanceDB MCP Server nodejs
Cursor Chat History Vectorizer & Dockerized Search MCP
API service to search vectorized Cursor IDE chat history using LanceDB and Ollama
Cursor History MCP 📜
API service to search vectorized Cursor IDE chat history using LanceDB and Ollama
CodeWeave Mcp
Save tokens while coding — your AI agent gets structured code context, not file dumps. CodeWeave is an MCP server that gives AI agents structured code intelligence instead of dumping entire files into context. Your agent queries local indexes — AST, call graph, type graph, and hybrid semantic search — and gets back only what it needs. The result: less token waste, more relevant context, better coding decisions. It supports 7 languages (Python, TypeScript, JavaScript, Go, Rust, Java, C#) with a 6-stage hybrid search pipeline combining vector embeddings, full-text search, and structural density scoring. Everything runs locally with zero external dependencies beyond Ollama for embeddings. Monorepo and git worktree support included. A file watcher keeps indexes current as code changes — no manual reindexing needed. ATTENTION: Run "npx @codeweave/mcp" in your project directory first. The setup wizard handles everything for you. At first, it may take some time. INFO: Exhaustively tested on large Java, C#, JavaScript, TypeScript, React codebases. Contributions and feedback are welcome.