Back to Apps

Rethunk MCP for TypeScript
Supports UIby rethunk-ai
Production-grade MCP server for TypeScript featuring code inspection and atomic git commits with intelligent validation.
0 stars
Works in:CursorVS Code Copilot
Exposes:ToolsPrompts
What it does
Rethunk MCP for TypeScript provides high-level automation for TypeScript projects. It enables AI agents to perform deep code inspection, run quality checks, and execute atomic git commits where commit messages are intelligently validated via LLMs to ensure they follow conventional commit standards.
Key features
- Atomic Git Commits: Stages files and creates commits with GPT-validated reasoning.
- Code Inspection: Runs linting and type-checking checks and returns results in machine-parseable JSON.
- Production-Ready Framework: Includes pluggable auth (JWT/OAuth), abstracted storage, and full OpenTelemetry observability.
- Edge-Ready: Compatible with Cloudflare Workers for high-performance deployment.
Installation
- Claude Desktop:
{
"mcpServers": {
"rethunk-mcp-typescript": {
"command": "bunx",
"args": ["rethunk-mcp-typescript@latest"],
"env": {
"OPENAI_API_KEY": "your-key-here"
}
}
}
}
- Cursor: Add server with command
bunxand args["rethunk-mcp-typescript@latest"].
Supported hosts
- claude
- cursor
- vscode-copilot
Quick install
bunx rethunk-mcp-typescript@latestInformation
- Pricing
- free
- Published
- 4/25/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add via Settings -> MCP using bunx rethunk-mcp-typescript@latestClaude Desktop
Add to claude_desktop_config.json using bunx rethunk-mcp-typescript@latestVS Code Copilot
Add to cline_mcp_settings.json using bunx rethunk-mcp-typescript@latest





