
Rethunk MCP for TypeScript
Supports UIby rethunk-ai
Production-grade MCP server for TypeScript featuring code inspection and atomic git commits with intelligent validation.
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






