MCP Directory

xxczaki/local-history-mcp

GitHub
File Management

MCP server for accessing VS Code/Cursor Local History

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y local-history

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from xxczaki/local-history-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "local-history": {
      "command": "npx",
      "args": [
        "-y",
        "local-history"
      ]
    }
  }
}

Route xxczaki/local-history-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add local-history

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use xxczaki/local-history-mcp directly without routing

npx -y local-history

New to Agent-CoreX? View setup guide →

xxczaki/local-history-mcp MCP Server — Agent-CoreX