Rememberizer Docs
Sign inSign upContact us
English
English
  • Why Rememberizer?
  • Background
    • What are Vector Embeddings and Vector Databases?
    • Glossary
    • Standardized Terminology
  • Personal Use
    • Getting Started
      • Search your knowledge
      • Mementos Filter Access
      • Common knowledge
      • Manage your embedded knowledge
  • Integrations
    • Rememberizer App
    • Rememberizer Slack integration
    • Rememberizer Google Drive integration
    • Rememberizer Dropbox integration
    • Rememberizer Gmail integration
    • Rememberizer Memory integration
    • Rememberizer MCP Servers
    • Manage third-party apps
  • Developer Resources
    • Developer Overview
  • Integration Options
    • Registering and using API Keys
    • Registering Rememberizer apps
    • Authorizing Rememberizer apps
    • Creating a Rememberizer GPT
    • LangChain integration
    • Vector Stores
    • Talk-to-Slack the Sample Web App
  • Enterprise Integration
    • Enterprise Integration Patterns
  • API Reference
    • API Documentation Home
    • Authentication
  • Core APIs
    • Search for documents by semantic similarity
    • Retrieve documents
    • Retrieve document contents
    • Retrieve Slack content
    • Memorize content to Rememberizer
  • Account & Configuration
    • Retrieve current user account details
    • List available data source integrations
    • Mementos
    • Get all added public knowledge
  • Vector Store APIs
    • Vector Store Documentation
    • Get vector store information
    • Get a list of documents in a Vector Store
    • Get document information
    • Add new text document to a Vector Store
    • Upload files to a Vector Store
    • Update file content in a Vector Store
    • Remove a document in Vector Store
    • Search for Vector Store documents by semantic similarity
  • Additional Resources
    • Notices
      • Terms of Use
      • Privacy Policy
      • B2B
        • About Reddit Agent
  • Releases
    • Release Notes Home
  • 2025 Releases
    • Apr 25th, 2025
    • Apr 18th, 2025
    • Apr 11th, 2025
    • Apr 4th, 2025
    • Mar 28th, 2025
    • Mar 21st, 2025
    • Mar 14th, 2025
    • Jan 17th, 2025
  • 2024 Releases
    • Dec 27th, 2024
    • Dec 20th, 2024
    • Dec 13th, 2024
    • Dec 6th, 2024
  • Nov 29th, 2024
  • Nov 22nd, 2024
  • Nov 15th, 2024
  • Nov 8th, 2024
  • Nov 1st, 2024
  • Oct 25th, 2024
  • Oct 18th, 2024
  • Oct 11th, 2024
  • Oct 4th, 2024
  • Sep 27th, 2024
  • Sep 20th, 2024
  • Sep 13th, 2024
  • Aug 16th, 2024
  • Aug 9th, 2024
  • Aug 2nd, 2024
  • Jul 26th, 2024
  • Jul 12th, 2024
  • Jun 28th, 2024
  • Jun 14th, 2024
  • May 31st, 2024
  • May 17th, 2024
  • May 10th, 2024
  • Apr 26th, 2024
  • Apr 19th, 2024
  • Apr 12th, 2024
  • Apr 5th, 2024
  • Mar 25th, 2024
  • Mar 18th, 2024
  • Mar 11th, 2024
  • Mar 4th, 2024
  • Feb 26th, 2024
  • Feb 19th, 2024
  • Feb 12th, 2024
  • Feb 5th, 2024
  • Jan 29th, 2024
  • Jan 22nd, 2024
  • Jan 15th, 2024
  • LLM Documentation
    • Rememberizer LLM Ready Documentation
Powered by GitBook
On this page
  • Rememberizer MCP Server
  • Integration Options
  • Tools Available
  • Setup
  • Rememberizer Vector Store MCP Server
  • Integration Options
  • Installation
  • Setup
  • Conclusion
  1. Integrations

Rememberizer MCP Servers

Configure and use Rememberizer MCP servers to connect your AI assistants with your knowledge

PreviousRememberizer Memory integrationNextManage third-party apps

Last updated 1 month ago

The (MCP) is a standardized protocol designed to integrate AI models with various data sources and tools. It supports a client-server architecture facilitating the building of complex workflows and agents with enhanced flexibility and security.

Rememberizer MCP Server

The is an MCP server tailored for interacting with Rememberizer's document and knowledge management API. It allows LLMs to efficiently search, retrieve, and manage documents and integrations. The server is available as a public package on and as an open-source project on .

Integration Options

The Rememberizer MCP Server can be installed and integrated through multiple methods:

Via mcp-get.com

npx @michaellatman/mcp-get@latest install mcp-server-rememberizer

Via Smithery

npx -y @smithery/cli install mcp-server-rememberizer --client claude

Via SkyDeck AI Helper App

If you have SkyDeck AI Helper app installed, you can search for "Rememberizer" and install the mcp-server-rememberizer.

SkyDeck AI Helper

Tools Available

The Rememberizer MCP Server provides the following tools for interacting with your knowledge repository:

  1. retrieve_semantically_similar_internal_knowledge

    • Finds semantically similar matches from your Rememberizer knowledge repository

    • Parameters:

      • match_this (string, required): The text to find matches for (up to 400 words)

      • n_results (integer, optional): Number of results to return (default: 5)

      • from_datetime_ISO8601 (string, optional): Filter results from this date

      • to_datetime_ISO8601 (string, optional): Filter results until this date

  2. smart_search_internal_knowledge

    • Performs an agentic search across your knowledge sources

    • Parameters:

      • query (string, required): Your search query (up to 400 words)

      • user_context (string, optional): Additional context for better results

      • n_results (integer, optional): Number of results to return (default: 5)

      • from_datetime_ISO8601 (string, optional): Filter results from this date

      • to_datetime_ISO8601 (string, optional): Filter results until this date

  3. list_internal_knowledge_systems

    • Lists all your connected knowledge sources

    • No parameters required

  4. rememberizer_account_information

    • Retrieves your Rememberizer account details

    • No parameters required

  5. list_personal_team_knowledge_documents

    • Returns a paginated list of all your documents

    • Parameters:

      • page (integer, optional): Page number for pagination (default: 1)

      • page_size (integer, optional): Documents per page (default: 100, max: 1000)

  6. remember_this

    • Saves new information to your Rememberizer knowledge system

    • Parameters:

      • name (string, required): Name to identify this information

      • content (string, required): The information to memorize

Setup

Step 2: Add your knowledge to the Rememberizer platform by connecting to Gmail, Dropbox, or Google Drive, etc...

Step 6: If you're using Claude Desktop app, add this to your claude_desktop_config.json file.

{
  "mcpServers": {
    "rememberizer": {
      "command": "uvx",
      "args": ["mcp-server-rememberizer"],
      "env": {
        "REMEMBERIZER_API_TOKEN": "your_rememberizer_api_token"
      }
    }
  }
}

Step 7: If you're using SkyDeck AI Helper app, add the env REMEMBERIZER_API_TOKEN to mcp-server-rememberizer.

Congratulations, you're done!

With support from the Rememberizer MCP server, you can now ask the following questions in your Claude Desktop app or SkyDeck AI GenStudio

  • What is my Rememberizer account?

  • List all documents that I have there.

  • Give me a quick summary about "..."

Rememberizer Vector Store MCP Server

The Rememberizer VectorStore MCP Server facilitates interaction between LLMs and the Rememberizer Vector Store, enhancing document management and retrieval through semantic similarity searches.

Integration Options

The Rememberizer Vector Store MCP Server can be installed and integrated through similar methods as the main Rememberizer MCP Server:

Via Smithery

npx -y @smithery/cli install mcp-rememberizer-vectordb --client claude

Via SkyDeck AI Helper App

If you have SkyDeck AI Helper app installed, you can search for "Rememberizer Vector Store" and install the mcp-rememberizer-vectordb.

Installation

Setup

Step 4: If you're using Claude Desktop app, add this to your claude_desktop_config.json file.

{
  "mcpServers": {
    "rememberizer": {
      "command": "uvx",
      "args": ["mcp-rememberizer-vectordb"],
      "env": {
        "REMEMBERIZER_VECTOR_STORE_API_KEY": "your_rememberizer_api_token"
      }
    }
  }
}

Step 5: If you're using SkyDeck AI Helper app, add the env REMEMBERIZER_VECTOR_STORE_API_KEY to mcp-rememberizer-vectordb.

Congratulations, you're done!

With support from the Rememberizer Vector Store MCP server, you can now ask the following questions in your Claude Desktop app or SkyDeck AI GenStudio

  • What is my current Rememberizer vector store?

  • List all documents that I have there.

  • Give me a quick summary about "..."

Conclusion

The Rememberizer MCP Servers demonstrate the powerful capabilities of the Model Context Protocol by providing an efficient, standardized way to connect AI models with comprehensive data management tools. These servers enhance the ability to search, retrieve, and manage documents with precision, utilizing advanced semantic search methods and the augmentation of LLM Agents.

Step 1: Sign up for a new Rememberizer account at .

Step 3: To selectively share your knowledge, set up a Mementos Filter. This allows you to choose which information is shared and which remains private. ()

Step 4: Share your knowledge by creating a "Common Knowledge" (Guide and )

Step 5: To access your knowledge via APIs, create an API key ()

SkyDeck AI Helper - Vector Store Installation

To install the Rememberizer Vector Store MCP Server, follow the .

Step 1: Sign up for a new Rememberizer account at .

Step 2: Create a new Vector Store ()

Step 3: To manage your Vector Store via APIs, you need to create an API key ()

rememberizer.ai
Guide here
here
here
Guide here
guide here
rememberizer.ai
Guide here
Guide here
Model Context Protocol
Rememberizer MCP Server
mcp-get.com
GitHub