Unichat
Createdamidabuddha
Connects to various AI providers like OpenAI, MistralAI, and Anthropic using the MCP protocol, allowing interaction via tools or predefined prompts.
About
This TypeScript-based server facilitates communication with multiple AI providers (OpenAI, MistralAI, Anthropic, xAI, Google AI, and DeepSeek) using the Model Context Protocol (MCP). It supports both STDIO and Server-Sent Events (SSE) transport mechanisms. The server provides a `unichat` tool for sending requests, and predefined prompts like `code_review`, `document_code`, `explain_code`, and `code_rework` to streamline common tasks. Vendor API keys are required to access the AI providers.
Key Features
- Supports multiple AI providers (OpenAI, MistralAI, Anthropic, xAI, Google AI, DeepSeek)
- Implements 'unichat' tool for sending requests with messages
- Offers predefined prompts for common code-related tasks
- Requires vendor API key for authentication
- Compatible with Claude Desktop via Smithery
Use Cases
- Code review using the 'code_review' prompt
- Generating code documentation with the 'document_code' prompt
- Explaining code functionality using the 'explain_code' prompt