- Home
- MCP servers
- Rememberizer
Rememberizer
- python
0
GitHub Stars
python
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"skydeckai-rememberizer-mcp-ea-ck": {
"command": "uvx",
"args": [
"rememberizer-mcp-ea-ck"
]
}
}
}You can use the Rememberizer MCP Server for Common Knowledge to store, search, and recall internal knowledge from your Rememberizer repositories. This server exposes tools to memorize pieces of text, retrieve semantically similar knowledge, and query across personal and team knowledge sources so you can quickly reference relevant information and stay contextually up to date.
How to use
You interact with the Rememberizer MCP Server through an MCP client. You can memorize information, then retrieve it later using semantic search or direct queries. Key capabilities include saving knowledge chunks, performing semantic similarity searches across Slack discussions, Gmail, Google Drive, Dropbox, and uploaded files, and listing or inspecting your available documents.
How to install
Prerequisites: install a compatible MCP client and ensure you can run local or remote MCP servers. You will run a stdio-based server from your environment using the provided command.
Configuration and usage notes
The Rememberizer MCP Server defines a single stdio connection you run from your environment. Use the exact command and arguments shown to launch the server.
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["rememberizer-mcp-ea-ck"]
},
}
Available tools
retrieve_semantically_similar_internal_knowledge
Find cosine-similar chunks from your Rememberizer knowledge base by sending a block of text and receiving relevant results.
smart_search_internal_knowledge
Search across personal/team internal knowledge repositories using a query to retrieve relevant documents and notes.
list_internal_knowledge_systems
List all available sources in your personal/team internal knowledge system.
rememberizer_account_information
Fetch account holder name and email information for Rememberizer.
list_personal_team_knowledge_documents
Get a paginated list of all documents in your knowledge system.
remember_this
Memorize a piece of text so it can be recalled by future search tools.