DocsApi And McpCursor Integration

Cursor Integration

Configure Cursor MCP to talk to ConsoleViewer.

Cursor can call ConsoleViewer via MCP using a PAT and the /api/mcp endpoint.

Setup

  1. Create a Personal Access Token in Settings (/settings).
  2. In Cursor, add an MCP server with:
    • URL: <your-consoleviewer-host>/api/mcp
    • Token: the PAT value

Operational tips

  • Use project-scoped queries first (overview, trends, diagnostics).
  • Keep automation conservative; prefer idempotent calls.