MCP Directory
Back

mcp-memory-libsql

by spences10 · TypeScript · ★ 85

🧠 High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL. Features vector search, semantic knowledge storage, and efficient relationship management - perfect for AI agents and knowledge graph applications.

#ai-tools#embeddings#knowledge-graph#libsql#mcp#model-context-protocol#persistent-storage#semantic-search#vector-search

Install

npx -y github:spences10/mcp-memory-libsql

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mcp-memory-libsql": {
      "command": "npx",
      "args": [
        "-y",
        "github:spences10/mcp-memory-libsql"
      ]
    }
  }
}

From the README

A high-performance, persistent memory system for the Model Context Protocol (MCP) powered by libSQL with optimized text search for LLM context efficiency. - 🚀 High-performance text search with relevance ranking - 💾 Persistent storage of entities and relations - 🔍 Flexible text search with fuzzy matching - 🎯 Context-optimized for LLM efficiency - 🔄 Knowledge graph management - 🌐 Compatible with local and remote libSQL databases - 🔒 Secure token-based authentication for remote databases This server is designed to be used as part of an MCP configuration. Here are examples for differe…
Read full README on GitHub →

Related filesystem servers