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.
MCP Chat Adapter
An MCP server for interfacing LLMs with OpenAI-compatible APIs, primarily for chat models. It facilitates standardized communication with chat APIs, allowing multiple conversations to be managed and persisted locally.
Features
- Built with FastMCP for robust implementation
- Conversation management and chat completion
- Error handling and timeouts
- Local storage for conversation persistence
- Easy setup and configuration
- Compatible with OpenAI APIs
Typical Workflow
Utilize Claude to handle multiple conversations stored in CONVERSATION_DIR
. Conversations can be created, continued, or edited manually.
Configuration
Set required environment variables for OpenAI API access and conversation storage. Additional model configuration options are available.