Skip to content
Claude Desktop

memstack for Claude Desktop

io.github.isiomac/memstack

MCP server for persistent, searchable memory for AI agents.

client:Claude Desktop transport:stdio runtime:npm

Install memstack in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

memstack in other clients