mcp-server-chat-history

mcp-server-chat-history

3.2

If you are the rightful owner of mcp-server-chat-history and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol server that provides chat history access and search for agentic LLMs and clients.

The MCP Server Chat History is a specialized server designed to manage and provide access to chat histories for agentic LLMs and clients. It allows users to list, fetch, search, and append messages to chat histories, making it a versatile tool for managing conversational data. The server is built to be easily integrated with various platforms, offering installation options via pip, UV, and Docker. It supports configuration for chat log directories, ensuring flexibility in deployment. The server is licensed under MIT, promoting open-source collaboration and usage.

Features

  • list_chats: List recent chats for a user
  • get_chat: Fetch full chat by chat_id
  • search_chats: Search a user's chats by keyword
  • save_message: Append a message to a chat