skydeckai_mcp-server-rememberizer
A Model Context Protocol server for interacting with Rememberizer's document and knowledge management API.
The MCP Server Rememberizer is a Model Context Protocol server designed to facilitate interaction with Rememberizer's document and knowledge management API. It allows Large Language Models (LLMs) to efficiently search, retrieve, and manage documents and integrations through Rememberizer. The server is currently in development, and its functionality may evolve over time. It provides access to resources such as documents and Slack discussions, and offers tools for semantic search and integration management. The server is compatible with various platforms and can be installed via Smithery or used with the 'uv' tool for seamless operation.
Features
- Semantic search for documents using Rememberizer's API.
- Integration with LLM Agents for enhanced search results.
- Access to a list of available data source integrations.
- Retrieval of account information and document listings.
- Pagination support for document retrieval.
MCP Tools
- {'rememberizer_search': 'Search for documents by semantic similarity.'}
- {'rememberizer_agentic_search': 'Search for documents with LLM Agents augmentation.'}
- {'rememberizer_list_integrations': 'List available data source integrations.'}
- {'rememberizer_account_information': 'Get account information.'}
- {'rememberizer_list_documents': 'Retrieves a paginated list of all documents.'}
Usage with Different Platforms
Claude Desktop
"mcpServers": {
"rememberizer": {
"command": "uvx",
"args": ["mcp-server-rememberizer"],
"env": {
"REMEMBERIZER_API_TOKEN": "your_rememberizer_api_token"
}
},
}
Related MCP Servers
View all knowledge_and_memory servers →git-mcp
by idosal
GitMCP is a free, open-source, remote Model Context Protocol (MCP) server that transforms GitHub projects into documentation hubs, enabling AI tools to access up-to-date documentation and code.
Knowledge Graph Memory Server
by modelcontextprotocol
A basic implementation of persistent memory using a local knowledge graph, allowing Claude to remember information about the user across chats.
mcpdoc
by langchain-ai
MCP LLMS-TXT Documentation Server provides a structured way to manage and retrieve LLM documentation using the Model Context Protocol.
rust-docs-mcp-server
by Govcraft
The Rust Docs MCP Server provides an up-to-date knowledge source for specific Rust crates, enhancing the accuracy of AI coding assistants by allowing them to query current documentation.
mindmap-mcp-server
by YuChenSSR
A Model Context Protocol (MCP) server for converting Markdown content to interactive mindmaps.
algorand-mcp
by GoPlausible
This is a Model Context Protocol (MCP) implementation for Algorand blockchain interactions, providing a server package for blockchain interactions and a client package for wallet management and transaction signing.
mcp-obsidian
by MarkusPfundstein
MCP server to interact with Obsidian via the Local REST API community plugin.