mcp-sqlite-memory-server

wajidraza/mcp-sqlite-memory-server
★ 0 stars Go AI/LLM Updated 3d ago
Model Context Protocol (MCP) server providing LLM agents with structured long-term memory graph storage and relational query tools.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-sqlite-memory-se": {
      "command": "go",
      "args": [
        "run",
        "github.com/wajidraza/mcp-sqlite-memory-server@latest"
      ]
    }
  }
}