Back to MCP Servers

Agentic Longterm Memory

A comprehensive Model Context Protocol (MCP) server for Notion integration with enhanced functionality, robust error handling, production-ready feature.

other-tools-and-integrationsagent

Installation

npx -y Agentic_Longterm_Memory

Configuration

{
  "mcpServers": {
    "Agentic_Longterm_Memory": {
      "command": "npx",
      "args": ["-y", "Agentic_Longterm_Memory"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub