MCPServers
Unichat - MCP server logo
31
0

Summary

This Unichat MCP server, developed by amidabuddha, provides a unified interface for interacting with multiple AI language models including OpenAI, MistralAI, Anthropic, xAI, and Google AI. It exposes a single 'unichat' tool that takes messages as input and returns AI-generated responses, abstracting away the differences between various AI providers. Built in Python, the implementation offers predefined prompts for common tasks like code review, documentation generation, and code explanation. By bridging multiple AI services through a standardized MCP interface, this server enables flexible AI model selection and consistent interaction patterns across providers. It is particularly useful for developers and applications requiring AI-powered code assistance, natural language processing, or multi-model AI capabilities without vendor lock-in.

Available Actions(5)

unichat

Send a request to unichat. Takes 'messages' as required string arguments and returns a response.

code_review

Review code for best practices, potential issues, and improvements. Arguments: code (string, required): The code to review.

document_code

Generate documentation for code including docstrings and comments. Arguments: code (string, required): The code to comment.

explain_code

Explain how a piece of code works in detail. Arguments: code (string, required): The code to explain.

code_rework

Apply requested changes to the provided code. Arguments: changes (string, optional): The changes to apply; code (string, required): The code to rework.

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签