Send a block of text and retrieve cosine similar matches from your connected Rememberizer personal/team internal knowledge and memory repository
Search for documents in Rememberizer in its personal/team internal knowledge and memory repository using a simple query that returns the results of an agentic search
List the sources of personal/team internal knowledge. These may include Slack discussions, Gmail, Dropbox documents, Google Drive documents, and uploaded files
Get information about your Rememberizer.ai personal/team knowledge repository account. This includes account holder name and email address
Retrieves a paginated list of all documents in your personal/team knowledge system
Save a piece of text information in your Rememberizer.ai knowledge system so that it may be recalled in future
Rememberizer is a powerful knowledge management tool that enables Large Language Models to search, retrieve, and manage documents and integrations through Rememberizer's API. This MCP server provides seamless access to your personal and team knowledge repositories, including content from Slack discussions, Gmail, Dropbox documents, Google Drive, and uploaded files. With Rememberizer, you can perform semantic searches across your knowledge base, save important information for future recall, and list available knowledge systems and documents. The server acts as a bridge between LLMs and your organization's collective knowledge, making information retrieval more efficient and context-aware.
Rememberizer MCP Server provides a bridge between Large Language Models and Rememberizer's document and knowledge management API. This integration allows AI assistants to search, retrieve, and manage your personal and team knowledge repositories.
npx @michaellatman/mcp-get@latest install mcp-server-rememberizer
npx -y @smithery/cli install mcp-server-rememberizer --client claude
If you have the SkyDeck AI Helper app installed, you can search for "Rememberizer" and install the mcp-server-rememberizer directly through the app interface.
Before using the Rememberizer MCP Server, you need to obtain an API token from Rememberizer. You can register for an API key by creating your own Common Knowledge in Rememberizer at https://docs.rememberizer.ai/developer/registering-and-using-api-keys.
The server requires the following environment variable:
REMEMBERIZER_API_TOKEN
: Your Rememberizer API tokenTo use Rememberizer with Claude Desktop, add the following configuration to your claude_desktop_config.json
file:
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["mcp-server-rememberizer"],
"env": {
"REMEMBERIZER_API_TOKEN": "your_rememberizer_api_token"
}
}
}
When using the SkyDeck AI Helper App, you'll be prompted to enter your Rememberizer API token during the installation process.
Once installed and configured, the Rememberizer MCP Server provides several tools for interacting with your knowledge repository:
These tools enable AI assistants to access your organization's collective knowledge, making information retrieval more efficient and context-aware.
Rememberizer can integrate with various knowledge sources, including:
Please note that mcp-server-rememberizer
is currently in development, and its functionality may be subject to change.