Rememberizer AI MCP Server
An MCP server that enables large language models to search, retrieve, and manage documents and knowledge through the Rememberizer document and knowledge management API.
Get this MCP server
An MCP server that enables large language models to search, retrieve, and manage documents and knowledge through the Rememberizer document and knowledge management API.
Installation
Manual Installation
uvx mcp-server-rememberizer
Via MseeP AI Helper Application
Search for "Rememberizer" and install the mcp-server-rememberizer
Configuration
Claude Desktop
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["mcp-server-rememberizer"],
"env": {
"REMEMBERIZER_API_TOKEN": "your_rememberizer_api_token"
}
},
}
Available Tools
| Tool | Description |
|---|---|
retrieve_semantically_similar_internal_knowledge |
Submits a text block and retrieves semantically similar matches from your connected Rememberizer persona... |
smart_search_internal_knowledge |
Searches documents in Rememberizer using a simple query that returns agent search results... |
list_internal_knowledge_systems |
Lists sources of personal/team internal knowledge, including Slack discussions, Gmail, Dropbox... |
rememberizer_account_information |
Retrieves information about your Rememberizer.ai personal/team knowledge repository account, including... |
list_personal_team_knowledge_documents |
Retrieves a paginated list of all documents in your personal/team knowledge system from various sources... |
remember_this |
Saves text information to your Rememberizer.ai knowledge system for future retrieval... |
Capabilities
- Semantic similarity search across personal/team knowledge repositories
- Integration with multiple data sources (Slack, Gmail, Dropbox, Google Drive)
- Document management and retrieval capabilities
- Memory storage for future knowledge reproduction
- Search functionality with date filtering
- Paginated document listing
- Account information access
Environment Variables
Required
REMEMBERIZER_API_TOKEN- Your Rememberizer API token for authentication
Usage Examples
What is my Rememberizer account?
List all documents that I have there.
Give me a quick summary about "..."
Notes
The server is under development, and functionality may change. You can register an API key by creating your own Common Knowledge in Rememberizer. Provided resources include documents and Slack discussions.