io.github.RobelDev/logclaw-mcp-server · v1.0.4
Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.
logclaw-mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"logclaw-mcp-server": {
"command": "npx",
"args": [
"-y",
"logclaw-mcp-server"
]
}
}
}LOGCLAW_API_KEY可选Your LogClaw project API key (starts with lc_proj_)
LOGCLAW_ENDPOINT可选LogClaw auth proxy endpoint (default: https://ticket.logclaw.ai)
v6.58.2
io.github.brilliantdirectories/brilliant-directories-mcp
Official MCP server for Brilliant Directories — manage members, posts, leads, reviews, and more.
{
"id": "io.github.RobelDev/logclaw-mcp-server",
"type": "mcp-server",
"version": "1.0.4",
"displayName": "logclaw-mcp-server",
"description": "Connect AI coding tools to LogClaw incidents, logs, and anomaly detections.",
"repository": {
"url": "https://github.com/logclaw/logclaw",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "logclaw-mcp-server",
"version": "1.0.4",
"transport": "stdio",
"environmentVariables": [
{
"name": "LOGCLAW_API_KEY",
"description": "Your LogClaw project API key (starts with lc_proj_)"
},
{
"name": "LOGCLAW_ENDPOINT",
"description": "LogClaw auth proxy endpoint (default: https://ticket.logclaw.ai)"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.RobelDev/logclaw-mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.RobelDev%2Flogclaw-mcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}