Skip to content
Cursor

super log for Cursor

com.super-log/super-log

Query your local super-log bench from an AI agent - read-only log tools over the hub.

client:Cursor transport:stdio runtime:npm

Install super log in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "super-log": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@super-log/mcp"
      ],
      "env": {
        "SUPER_LOG_URL": "<SUPER_LOG_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

super log in other clients