Cursor Integration
Configure Cursor MCP to talk to ConsoleViewer.
Cursor can call ConsoleViewer via MCP using a PAT and the /api/mcp endpoint.
Setup
- Create a Personal Access Token in Settings (
/settings). - In Cursor, add an MCP server with:
- URL:
<your-consoleviewer-host>/api/mcp - Token: the PAT value
- URL:
Operational tips
- Use project-scoped queries first (overview, trends, diagnostics).
- Keep automation conservative; prefer idempotent calls.