mcp-copilotcli-history
Verified Safeby MicroMichaelIE
Overview
Search and analyze GitHub Copilot conversation history to find past interactions, tool usage, and session statistics.
Installation
uvx mcp-copilotcli-historyEnvironment Variables
- SESSION_STATE_DIR
Security Notes
The server's primary function is to access local user data (~/.copilot/session-state/). It properly handles file I/O, JSON parsing, and regex compilation within try-except blocks. It does not appear to expose network services or process arbitrary remote input, mitigating common web vulnerabilities. The `SESSION_STATE_DIR` environment variable allows for explicit control over the session data path, enhancing security in sandboxed environments.
Similar Servers
copilot-security-instructions
This MCP server provides a toolkit of security-focused prompts and instructions to guide GitHub Copilot towards secure coding practices, helping developers identify and mitigate security risks.
copilot-kit
This repository provides a curated collection of GitHub Copilot prompts, instructions, and agent configurations to enhance developer productivity and streamline common development tasks within VS Code.
Clartat-MCP
Integrate GitHub Projects data and issue creation capabilities directly into GitHub Copilot Chat via a Model Context Protocol (MCP) server.
DevFestIca25-Activity1
Automate project management and issue creation using GitHub Copilot and MCP Server by transforming requirements into actionable GitHub tasks.