Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsArcadeMCP Servers › @pepk/mcp-memory-sqlite

@pepk/mcp-memory-sqlite

Production-ready MCP memory server with SQLite WAL for thread-safe concurrent access. Drop-in replacement for @modelcontextprotocol/server-memory. Prevents race conditions and data loss in multi-session AI agent environments. ACID-compliant knowledge grap

MCP · npx unknown

Install

MCP server — add to your Claude Code config (typically ~/.claude/mcp_settings.json or ~/Library/Application Support/Claude/claude_desktop_config.json):

{
  "mcpServers": {
    "pepk-mcp-memory-sqlite": {
      "command": "npx",
      "args": [
        "-y",
        "@pepk/mcp-memory-sqlite"
      ]
    }
  }
}

Or smoke-test directly:

npx -y @pepk/mcp-memory-sqlite

Details

Websitehttps://www.npmjs.com/package/@pepk/mcp-memory-sqlite
GitHubgit+https://github.com/Daichi-Kudo/mcp-memory-sqlite.git
Licenseunknown
Pricingfree
Tagsmcp model-context-protocol mcp-server memory sqlite sqlite3 better-sqlite3 knowledge-graph
Sourcesnpm
Discovered2026-05-25

More in MCP Servers

See all MCP Servers →

ClaudSkills Arcade · All categories · Catalog JSON · CC BY 4.0 · independent of Anthropic PBC