Cursor MCP Monitor
@willibrandon
关于 Cursor MCP Monitor
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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"CursorMCPMonitor": {
"command": "docker",
"args": [
"build",
"-t",
"cursor-mcp-monitor",
"-f",
"src/CursorMCPMonitor/Dockerfile",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cursor MCP Monitor?
Cursor MCP Monitor is a .NET console application that monitors Model Context Protocol (MCP) interactions in the Cursor AI editor. It helps developers debug and analyze MCP server-client communications by monitoring log files in real-time.
How to use Cursor MCP Monitor?
Install globally via .NET CLI: dotnet tool install --global CursorMCPMonitor. Run with cursor-mcp --help. Override settings via command-line options (e.g., --logs-root, --poll-interval, --verbosity) or environment variables. Docker support is also available with volume mapping for logs.
Key features of Cursor MCP Monitor
- Real-time monitoring of MCP client-server interactions in Cursor
- Parses and color‑codes different message types (green, yellow, red, gray)
- Web‑based dashboard at
http://localhost:5050with live event streaming - Cross‑platform support (Windows, macOS, Linux)
- Configurable polling interval, log pattern, and verbosity
- Structured logging with Serilog (console + daily‑rotated files)
Use cases of Cursor MCP Monitor
- Debug MCP server implementations by monitoring client‑server interactions
- Analyze protocol messages and error patterns in real time
- Track client lifecycle, connection states, and server capabilities
- Verify correct protocol implementation during development
- Monitor application performance and error rates through structured logs
FAQ from Cursor MCP Monitor
What does Cursor MCP Monitor do?
It monitors MCP interactions in the Cursor AI editor by parsing log files in real time, displaying client creation, connection events, error warnings, and more.
How do I install Cursor MCP Monitor?
Install using the .NET CLI: dotnet tool install --global CursorMCPMonitor. The tool can also be installed from GitHub Packages by adding the appropriate NuGet source.
Which platforms does Cursor MCP Monitor support?
It supports Windows, macOS, and Linux. Log directory defaults vary per platform (e.g., %AppData%/Cursor/logs on Windows).
What configuration options are available?
You can set LogsRoot, PollIntervalMs, LogPattern, Verbosity, and Filter in appsettings.json or via environment variables. The web dashboard runs on port 5050.
Does Cursor MCP Monitor require a specific .NET runtime?
Yes, .NET 9.0 SDK or later is required to build and run the application.
开发工具 分类下的更多 MCP 服务器
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
TalkToFigma
sonnylazuardiTalkToFigma: MCP integration between AI Agent (Cursor, Claude Code, Codex) and Figma, allowing Agentic AI to communicate with Figma for reading designs and modifying them programmatically.
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
评论