Remote (Cloud)
Connect via URL — no installation needed
Local (npm)
Install locally via
npx logclaw-mcp-serverRemote (Cloud)
Connect directly via URL — no installation required. LogClaw’s remote MCP server uses OAuth 2.1 and Streamable HTTP transport.When you connect, you’ll be prompted to enter your LogClaw API key. The key is encrypted and never exposed to the MCP client.
Claude Desktop / Claude.ai
Add LogClaw as a remote MCP server:- Open Settings → MCP Servers → Add Server
- Enter the URL:
https://mcp.logclaw.ai - Complete the OAuth flow by entering your API key
Any MCP Client (URL-based)
For any MCP client that supports remote servers, use:Local (npm)
Install and run the MCP server locally via stdio transport:Setup
Environment Variables
Get your API key from the LogClaw Console under Settings → API Keys.
Available Tools
The MCP server exposes 8 tools that your AI assistant can call:Example Prompts
Once connected, try asking your AI assistant:Triage incidents
“What incidents are open right now?”
Root cause analysis
“Show me the root cause for TICK-0037”
Search logs
“Search for ERROR logs from auth-service in the last 30 minutes”
Query anomalies
“Are there any critical anomalies?”
Update incidents
“Acknowledge TICK-0042 and add a note that I’m looking into it”
Health check
“Is the LogClaw pipeline healthy?”
Bulk update
“Acknowledge TICK-0037, TICK-0038, and TICK-0039”
Export incidents
“Export all critical incidents as a markdown table”
Self-Hosted
Running LogClaw on your own infrastructure? PointLOGCLAW_ENDPOINT to your auth proxy:
Source Code
GitHub
View source code and contribute
npm
logclaw-mcp-server on npm