skydeckai_mcp-server-rememberizer

skydeckai_mcp-server-rememberizer

3.2

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"
      }
    },
}