Odel
memstack

memstack

Local
@isiomacTypeScriptMITUpdated 3 days ago

MCP server for persistent, searchable memory for AI agents.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@memstack/mcpv0.7.2

Run

npx -y @memstack/mcp

MCP client config

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