Back to Home
Rbfinch icon

hindsight-mcp

Verified Safe

by Rbfinch

Overview

Provides AI assistants with searchable development history (git commits, test results, GitHub Copilot sessions) via Model Context Protocol (MCP) tool calls in VS Code.

Installation

Run Command
hindsight-mcp

Environment Variables

  • HINDSIGHT_DATABASE
  • HINDSIGHT_WORKSPACE

Security Notes

Robust against common injection attacks due to parameterized SQL queries using `rusqlite::params![]` and extensive fuzz testing on input parsing. Command execution (`std::process::Command`) is used for `cargo nextest`, which generally handles arguments safely, but direct execution of external processes always carries a minimal inherent risk. The VS Code extension downloads binaries from GitHub Releases, relying on GitHub's integrity for secure distribution.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens500
Stars0
Forks0
Last Update2026-01-19

Tags

AIDevelopment HistoryGitTestsGitHub Copilot