unichat-ts-mcp-server
10
Unichat MCP Server is a TypeScript-based server that interacts with various AI services using the Model Context Protocol (MCP). It allows sending requests to AI models and supports several code-focused tools and prompts. The server is designed to be installed and run with flexible options, including STDIO and SSE transports, and supports debugging with MCP Inspector.
Unichat MCP Server in TypeScript
- Available in Python: Link
- Sends requests to various AI services using the MCP protocol.
- Supports STDIO and SSE transport mechanisms.
Features
- Tools: 'unichat' for sending requests.
- Prompts:
- 'code_review': Reviews code for best practices.
- 'document_code': Generates code documentation.
- 'explain_code': Explains code functionality.
- 'code_rework': Applies changes to code.
Installation
- Install via Smithery: Automated for Claude Desktop.
- Manual Installation: Add server config for Claude Desktop.
- Supports running locally and published installation.
Debugging
- Use MCP Inspector for stdio communication debugging.
Development
- Install dependencies and build server.
- Auto-rebuild during development.