Skip to content
Vheins x C.O.R.E edited this page Aug 14, 2026 · 3 revisions

MCP Local Memory Service

Local-first long-term memory for AI agents: an MCP server (stdio) backed by SQLite + semantic vector search, with a web dashboard and a tree-sitter codebase index. Install once, register it in any MCP-capable AI tool, and your agent keeps durable memory — decisions, code facts, tasks, coding standards, and handoffs — across sessions and projects.

Quick Start

Install the service globally:

npm install -g @vheins/local-memory-mcp

Register the server in your preferred AI tool using the standard mcpServers format (see Getting Started), then start the web dashboard:

npx @vheins/local-memory-mcp dashboard   # open http://localhost:3456

Ask your agent: "What do you remember about this project?" — a list of facts (or a "No memories found yet" message) instead of an error means the integration works.

Quick orientation: Getting Started · Tools Reference · Core Features · MCP Concepts · Troubleshooting

English Documentation

Bahasa Indonesia

Dokumentasi lengkap juga tersedia dalam Bahasa Indonesia:

Features

Disclaimer

THE SOFTWARE IS PROVIDED "AS IS", without warranty of any kind. Both developers and agents must collaborate to ensure the quality and accuracy of stored data.

Clone this wiki locally