mcp-server-chat-history
1
MCP Server Chat History provides access to chat histories and enables search functionalities for agentic LLMs and clients. Key features include listing, fetching, and searching chats, as well as saving messages to chats.
MCP Server Chat History
A Model Context Protocol server that provides chat history access and search for agentic LLMs and clients.
Features
- List recent chats for a user
- Fetch full chat by chat_id
- Search a user's chats by keyword
- Append a message to a chat
Usage
After starting the server, connect from your MCP client and call the provided tools.
Available Tools
- list_chats: List a user’s recent chats
- get_chat: Fetch full chat data
- search_chats: Search for a keyword
- save_message: Append a message to a chat
License
MIT