CursorMCPMonitor

willibrandon/CursorMCPMonitor
★ 12 stars C# 💻 Code/Dev Tools Updated 7mo ago
Real-time monitoring tool for Model Context Protocol (MCP) interactions in Cursor AI editor. Track, analyze, and debug AI context exchanges between LLM clients and servers. Supports log rotation, pattern matching, and color-coded event visualization.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursormcpmonitor": {
      "command": "npx",
      "args": [
        "-y",
        "willibrandon/CursorMCPMonitor"
      ]
    }
  }
}

Topics

cursordotnet-toollogmcpmonitorreal-timetail