hindsight-mcp
Verified Safeby 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
hindsight-mcpEnvironment 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
copilot-kit
Provides a curated collection of GitHub Copilot prompts, instructions, and configurations to enhance developer productivity and streamline AI-assisted programming workflows in VS Code.
local-history-mcp
Access Cursor/VS Code Local History through the Model Context Protocol for AI-powered data recovery and enhanced context awareness.
dbt-core-mcp
A Model Context Protocol (MCP) server that empowers AI assistants (like Copilot) to interact with and manage dbt projects. It enables natural language control over dbt operations, providing project metadata, lineage, impact analysis, SQL query execution, and intelligent build/test workflows, all while respecting the user's local dbt environment.
code-buddy
Provides an AI-powered coding companion with comprehensive file system and development tools, integrating with MCP-compatible clients like Claude Desktop.