Skip to main content

MCP server for searching GitHub Copilot conversation history

Project description

mcp-copilotcli-history

An MCP server that provides tools for searching through GitHub Copilot's conversation history stored in ~/.copilot/session-state/.

Features

  • Search Sessions: Full-text search across all Copilot conversations
  • List Recent Sessions: View recent sessions with titles extracted from first user message
  • Session Statistics: Get aggregate stats about your Copilot usage
  • View Conversations: Read the full conversation from any session
  • Search by File: Find sessions that referenced specific files
  • Search Tool Usage: Find examples of how tools were used

Installation

Using uvx (recommended)

When using uv no specific installation is needed:

uvx mcp-copilotcli-history

Using pip

pip install mcp-copilotcli-history

After installation, run as a module:

python -m mcp_copilotcli_history

Configuration

Configure for Claude Desktop

Add to your claude_desktop_config.json:

Using uvx
{
  "mcpServers": {
    "copilot-history": {
      "command": "uvx",
      "args": ["mcp-copilotcli-history"]
    }
  }
}
Using pip installation
{
  "mcpServers": {
    "copilot-history": {
      "command": "python",
      "args": ["-m", "mcp_copilotcli_history"]
    }
  }
}

Configure for VS Code

Add the configuration to your user-level MCP configuration file. Open the Command Palette (Ctrl + Shift + P) and run MCP: Open User Configuration.

Using uvx
{
  "servers": {
    "copilot-history": {
      "command": "uvx",
      "args": ["mcp-copilotcli-history"]
    }
  }
}
Using pip installation
{
  "servers": {
    "copilot-history": {
      "command": "python",
      "args": ["-m", "mcp_copilotcli_history"]
    }
  }
}

Configure for Zed

Add to your Zed settings.json:

"context_servers": {
  "copilot-history": {
    "command": "uvx",
    "args": ["mcp-copilotcli-history"]
  }
}

Available Tools

search_sessions

Search through all Copilot session history for a pattern.

Arguments:

  • query (required): Search term or regex pattern
  • event_type (optional): Filter by event type (user.message, assistant.message, etc.)
  • max_results (optional): Maximum results to return (default: 20)
  • case_sensitive (optional): Case-sensitive matching (default: false)

list_recent_sessions

List the most recent Copilot sessions with their titles.

Arguments:

  • limit (optional): Maximum sessions to return (default: 10)

get_session_stats

Get statistics about all Copilot session history.

get_session_conversation

Get the conversation from a specific session.

Arguments:

  • session_id (required): Session ID (full or partial)
  • include_tool_calls (optional): Include tool call details (default: false)
  • max_messages (optional): Maximum messages to return (default: 50)

search_by_file_path

Find sessions that referenced a specific file or path pattern.

Arguments:

  • file_pattern (required): File path or pattern to search for
  • max_results (optional): Maximum results (default: 20)

search_tool_usage

Find sessions where specific tools were used.

Arguments:

  • tool_name (optional): Tool name to filter by
  • max_results (optional): Maximum results (default: 20)

Example Use Cases

Once configured, you can ask your AI assistant questions like:

  • "Search my Copilot history for discussions about terraform"
  • "What sessions did I have this week?"
  • "Find conversations where I worked on main.py"
  • "How did I use the create_file tool before?"
  • "Show me the conversation from session abc123"

Debugging

Use the MCP inspector to debug:

npx @modelcontextprotocol/inspector uvx mcp-copilotcli-history

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_copilotcli_history-0.1.1.tar.gz (40.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_copilotcli_history-0.1.1-py3-none-any.whl (9.4 kB view details)

Uploaded Python 3

File details

Details for the file mcp_copilotcli_history-0.1.1.tar.gz.

File metadata

  • Download URL: mcp_copilotcli_history-0.1.1.tar.gz
  • Upload date:
  • Size: 40.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for mcp_copilotcli_history-0.1.1.tar.gz
Algorithm Hash digest
SHA256 dbb152be1208b0b51218ee481d774c77feb4e8af0715288d2f0147bbc3b9dd61
MD5 f01b67d2a759a6ebdfd0a0e795c00794
BLAKE2b-256 53418accc2949dbac3dc4bcb73c79e5c86fafac19a0173a5d08ad34a1c2038ad

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_copilotcli_history-0.1.1.tar.gz:

Publisher: publish-pypi.yml on MicroMichaelIE/mcp-copilotcli-history

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file mcp_copilotcli_history-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for mcp_copilotcli_history-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 1f6dce44ec48f07861fa242a4ab04d17e31dc130a717a58ae9ea5c9b33d83ffe
MD5 073ec4a9a078930e0c2d822467270a28
BLAKE2b-256 a251ea630221601d036c5f3a0162feefb3258ac3728a10f7b12d84022d786a50

See more details on using hashes here.

Provenance

The following attestation bundles were made for mcp_copilotcli_history-0.1.1-py3-none-any.whl:

Publisher: publish-pypi.yml on MicroMichaelIE/mcp-copilotcli-history

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page