Connects to various AI providers like OpenAI, MistralAI, and Anthropic using the MCP protocol, allowing interaction via tools or predefined prompts.
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.