Skip to content
Cursor

logclaw mcp server for Cursor

io.github.robeldev/logclaw-mcp-server

Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.

client:Cursor transport:stdio runtime:npm

Install logclaw mcp server 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": {
    "logclaw-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "logclaw-mcp-server"
      ],
      "env": {
        "LOGCLAW_API_KEY": "<LOGCLAW_API_KEY>",
        "LOGCLAW_ENDPOINT": "<LOGCLAW_ENDPOINT>"
      }
    }
  }
}

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

logclaw mcp server in other clients