Skip to content
Back to search
30
MCP

@cablate/memory-lancedb-mcp

npm/@cablate/memory-lancedb-mcp

MCP server for LanceDB-backed long-term memory with hybrid retrieval (Vector + BM25), cross-encoder rerank, multi-scope isolation, and memory lifecycle management

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

Similar MCP servers embedding-nearest

lancedb-mcp
MCP server providing semantic knowledge base with LanceDB storage and configurable embeddings
0 tools
Memory MCP Server
SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
0 tools
MCP Memory LanceDB Pro
Metadata-only Glama MCP server.
0 tools
memory lancedb mcp
Metadata-only Glama MCP server.
0 tools
@mseep/mcp-openmemory
MCP server for memory management with long-term and short-term memory capabilities using local database
0 tools
diaz3618/memory-bank-mcp-http
Memory Bank MCP Server (HTTP/SSE) - Persistent context and knowledge graphs for AI assistants
0 tools

How to use

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

{
  "mcpServers": {
    "@cablate/memory-lancedb-mcp": {
      "url": "None",
      "transport": "http"
    }
  }
}