logclaw mcp server for Windsurf
io.github.robeldev/logclaw-mcp-server
Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.
client:Windsurf
transport:stdio
runtime:npm
Install logclaw mcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"logclaw-mcp-server": {
"command": "npx",
"args": [
"-y",
"logclaw-mcp-server"
],
"env": {
"LOGCLAW_API_KEY": "<LOGCLAW_API_KEY>",
"LOGCLAW_ENDPOINT": "<LOGCLAW_ENDPOINT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs