Exposes code change history from the ReCode VS Code extension to AI assistants via the Model Context Protocol.
ReCode-MCP acts as a Model Context Protocol (MCP) server, enabling AI assistants to access and interact with the detailed code change history maintained by the ReCode VS Code extension. It allows AI to query historical changes by time or file path, retrieve detailed diffs for specific modifications, search for code additions or deletions based on content, and view workspace statistics. This integration empowers AI tools like Claude Desktop and Cursor to provide intelligent insights and assistance based on a developer's past coding activities across multiple projects.
主な機能
01Query code change history by time and file path
02View detailed diffs for any specific change record
03Search for specific code content that was added or removed
04Access statistics on change frequency and file activity
05Manage code history for multiple projects simultaneously
061 GitHub stars
ユースケース
01Facilitating AI-powered searches for code changes containing particular keywords
02Allowing AI assistants to answer questions about recent code changes
03Enabling AI to display detailed diffs of specific code modifications