Access personal and team knowledge repositories, including documents and Slack discussions.
This is the public ck for testing purpose
Please note that rememberizer-mcp-ea-ck
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
name
(string): Name of the information. This is used to identify the information in the futurecontent
(string): The information you wish to memorizeIf you have SkyDeck AI Helper app installed, you can search for "Rememberizer" and install the rememberizer-mcp-ea-ck.
Add this to your claude_desktop_config.json
:
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["rememberizer-mcp-ea-ck"]
},
}
With support from the Rememberizer MCP server for Common Knowledge, you can now ask the following questions in your Claude Desktop app or SkyDeck AI GenStudio
What is this Common Knowledge?
List all documents that it has there.
Give me a quick summary about "..."
and so on...
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
Provides workflow validation and best practices tools for the n8n automation platform.
Fetch and summarize YouTube videos by extracting their titles, descriptions, and transcripts.
Integrate ClickUp with AI applications to manage tasks, spaces, lists, and folders.
An MCP server that uses Google's Gemini 1.5 Pro to generate concise summaries of various content types.
A server for integrating Jira with Claude, enabling project and issue management. Requires configuration via environment variables.
An MCP server for managing tasks with the command-line tool TaskWarrior.
A research server that retrieves and creates survey data pages in Notion.
An MCP server for integrating with the Claude Desktop application on macOS. Requires the Claude Desktop app to be installed and configured.
A GitHub-integrated project management server for Claude Desktop, requiring a personal access token.
Simple unofficial MCP server to track time via Toggl API