logclaw mcp server for Cline
io.github.robeldev/logclaw-mcp-server
Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.
client:Cline
transport:stdio
runtime:npm
Install logclaw mcp server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"logclaw-mcp-server": {
"command": "npx",
"args": [
"-y",
"logclaw-mcp-server"
],
"env": {
"LOGCLAW_API_KEY": "<LOGCLAW_API_KEY>",
"LOGCLAW_ENDPOINT": "<LOGCLAW_ENDPOINT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs