mcp-chat-adapter
3
The MCP Chat Adapter is a server that connects language models with OpenAI's chat completion capabilities through the Model Context Protocol. It is notable for its feature of managing multiple conversations and easy configuration setup.
Create a conversation
Initialize a new conversation to specify models, system prompts, and parameters
Send a message
Add a message to the specified conversation and get a response
List conversations
Filter by tag or paging existing conversations
Get a conversation
Read the full conversation
Delete a conversation
Clean up the specified conversation data