Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-rememberizer": {
"args": [
"mcp-server-rememberizer"
],
"command": "uvx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol server for interacting with Rememberizer's document and knowledge management API. This server enables Large Language Models to search, retrieve, and manage documents and integrations through Rememberizer.
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
uvx 'mcp-server-rememberizer' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked mcp-server-rememberizer against OSV.dev.
Click any tool to inspect its schema.
DocumentsDocuments stored in Rememberizer knowledge system
rememberizer://documents
Slack discussionsSlack discussions integrated with Rememberizer
rememberizer://slack
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in productivity / ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
Privacy-first. MCP is the protocol for tool access. We're the virtualization layer for context.
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for Mcp Server Rememberizer and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol server for interacting with Rememberizer's document and knowledge management API. This server enables Large Language Models to search, retrieve, and manage documents and integrations through Rememberizer.
Please note that mcp-server-rememberizer is currently in development and the functionality may be subject to change.
The server provides access to two types of resources: Documents or Slack discussions
retrieve_semantically_similar_internal_knowledge
match_this (string): Up to a 400-word sentence for which you wish to find semantically similar chunks of knowledgen_results (integer, optional): Number of semantically similar chunks of text to return. Use 'n_results=3' for up to 5, and 'n_results=10' for more informationfrom_datetime_ISO8601 (string, optional): Start date in ISO 8601 format with timezone (e.g., 2023-01-01T00:00:00Z). Use this to filter results from a specific dateto_datetime_ISO8601 (string, optional): End date in ISO 8601 format with timezone (e.g., 2024-01-01T00:00:00Z). Use this to filter results until a specific datesmart_search_internal_knowledge
query (string): Up to a 400-word sentence for which you wish to find semantically similar chunks of knowledgeuser_context (string, optional): The additional context for the query. You might need to summarize the conversation up to this point for better context-awared resultsn_results (integer, optional): Number of semantically similar chunks of text to return. Use 'n_results=3' for up to 5, and 'n_results=10' for more informationfrom_datetime_ISO8601 (string, optional): Start date in ISO 8601 format with timezone (e.g., 2023-01-01T00:00:00Z). Use this to filter results from a specific dateto_datetime_ISO8601 (string, optional): End date in ISO 8601 format with timezone (e.g., 2024-01-01T00:00:00Z). Use this to filter results until a specific datelist_internal_knowledge_systems
rememberizer_account_information
list_personal_team_knowledge_documents
page (integer, optional): Page number for pagination, starts at 1 (default: 1)page_size (integer, optional): Number of documents per page, range 1-1000 (default: 100)`remember_this