M

Memoer (Persistent Memory Storage)

Provides persistent memory storage for assistants to create and retrieve memories with filtering opt...

118 views
0 installs
Updated Oct 18, 2025
Not audited
Provides persistent memory storage for assistants to create and retrieve memories with filtering options by app name, category, and result limits through a SQLite database with automatic setup.
  1. Choose a Location for Your SQLite Database
    Decide where you want to store your database file on your computer. Remember the full path to this folder.

  2. Construct the DATABASE_URL
    Build your DATABASE_URL in the following format:

    file:/absolute/path/to/your/memoer.db
    
    • For example, on macOS:
      file:/Users/your_username/any_folder_path/memoer.db
      
    • On Windows:
      file:C:/Users/your_username/any_folder_path/memoer.db
      
  3. Open the FastMCP Connection Interface
    Go to your FastMCP dashboard and find the connection interface for the memoer-mcp integration.

  4. Click “Install Now” to Add ENVs
    Press the “Install Now” button to bring up the environment variable form for the integration.

  5. Enter the DATABASE_URL

    • In the field labeled DATABASE_URL, paste the database URL you constructed in Step 2.
  6. Save the Configuration
    Save or confirm your entries. Your memoer-mcp integration is now configured to use your chosen SQLite database.

No further authentication keys or tokens are required for this integration.

Quick Start

View on GitHub

More for Memory Management

View All →

More for AI and Machine Learning

View All →

Similar MCP Servers

Report Issue

Thank you! Your issue report has been submitted successfully.