Loading...
npx -y @smithery/cli install unichat-mcp-server --client claudeunichatSends a request to the Unichat service to interact with configured LLMs.
Can generate and potentially execute code or instructions based on LLM output.
code_reviewReviews code for best practices, potential issues, and improvements using an LLM.
Read-only analysis of code; no direct execution or modification.
document_codeGenerates documentation for code, including docstrings and comments, using an LLM.
Generates documentation; no direct execution or modification.
explain_codeExplains how a piece of code works in detail using an LLM.
Provides explanations; no direct execution or modification.
code_reworkApplies requested changes to the provided code using an LLM.
Modifies code based on LLM output, potentially introducing vulnerabilities.
The Unichat MCP server's safety depends on proper API key management and input validation. It is relatively safe for code review and documentation, but risky when used for code rework without careful oversight. Rate limiting and monitoring are crucial for preventing abuse.