Skip to content

Local Memory

Free

by MCP Community

MCP Local Memory Service for coding copilot agents

v0.5.33Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Local Memory MCP Server

MCP Local Memory Service for coding copilot agents

Installation

npx -y @vheins/local-memory-mcp

Reviews

Leave a Review

Installation

Quick install
npx -y @vheins/local-memory-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "local-memory": {
      "command": "npx",
      "args": ["-y", "@vheins/local-memory-mcp"]
    }
  }
}