Skip to main content
Glama
adrianba

edge-history-mcp

by adrianba

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
EDGE_USER_DATA_DIRNoOverride the default Edge user data directory (default is %LOCALAPPDATA%\Microsoft\Edge\User Data).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_profilesA

List available Microsoft Edge browsing profiles.

Returns one entry per profile with its friendly ``name``, on-disk
``directory`` id, and whether it is the default profile. Use the ``name``
(or ``directory``) value as the ``profile`` argument to ``get_history``.
get_historyA

Get Edge browsing history for a profile on a specific day.

Args:
    profile: Profile friendly name (from ``list_profiles``) or directory id.
    date: Day to fetch, formatted ``YYYY-MM-DD``. Day boundaries are
        interpreted in the local machine timezone.
    limit: Maximum number of entries to return (default 10000, capped at
        50000). Non-positive values fall back to the default.

Returns:
    One entry per page visit, ordered by visit time ascending. Each entry
    includes the local ISO ``visit_time``, ``url``, ``title``,
    ``visit_count``, ``typed_count``, ``transition`` type, and the
    ``url_id``/``visit_id`` identifiers.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/adrianba/edge-browser-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server