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
claude-historian-mcp
Provides an MCP server for Claude Code to search and retrieve insights from conversation history, including past solutions, file changes, and tool usage patterns.
copilot-security-instructions
This MCP server provides a toolkit to guide GitHub Copilot toward secure coding practices by offering customizable security-focused prompts and agents for integration into development workflows.
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.
Clartat-MCP
Integrate GitHub Projects v2 data with GitHub Copilot Chat for viewing project items and creating issues.