Code Time Machine Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Code Time Machine Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A revolutionary MCP (Model Context Protocol) server that allows AI assistants like Claude to navigate through git repository history like a time machine, providing deep insights into code evolution and helping understand legacy systems.
Windows:
# Run the automated setup script
./setup.bat
# OR
./manual-setup.batManual Setup:
cd C:\Ashlesha\code-time-machine-mcp
npm installnode test-setup.jsgit --versionAdd to your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"code-time-machine": {
"command": "node",
"args": ["C:/path/to/code-time-machine-mcp/src/index.js"],
"env": {
"DEFAULT_REPO_PATH": "C:/path/to/your/projects"
}
}
}
}Once configured, you can use Claude to explore your code repositories through time:
Input: {
"repo_path": "/path/to/repo",
"destination": {
"type": "date",
"date": "2023-06-15"
}
}Input: {
"repo_path": "/path/to/repo",
"file_path": "src/auth/UserController.js",
"time_range": {
"from": "2023-01-01",
"to": "2023-12-31"
}
}Input: {
"repo_path": "/path/to/repo",
"target_path": "src/database/",
"depth": "deep",
"include_contributors": true
}The server includes intelligent caching to improve performance when analyzing large repositories.
The server prepares data in a format optimized for AI analysis, allowing Claude to:
code-time-machine-mcp/
├── src/
│ ├── index.js # Main server file
│ ├── tools/ # Individual tool implementations
│ ├── analyzers/ # Code analysis utilities
│ └── utils/ # Helper functions
├── cache/ # Analysis cache (gitignored)
├── .env # Environment variables (gitignored)
├── .gitignore # Git ignore file
├── package.json # Project dependencies
└── README.md # This fileTo add new analysis capabilities:
tools object node --max-old-space-size=4096 src/index.jsgit checkout -b feature/amazing-feature)git commit -m 'Add amazing feature')git push origin feature/amazing-feature)This project is licensed under the MIT License - see the LICENSE file for details.
For issues, questions, or suggestions, please open an issue on GitHub.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.