Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Logclaw Mcp Server
L
Health: Not checked yetWe have not completed a health check for this listing yet.Last checked 8/11/2026, 12:12:11 AM

Logclaw Mcp Server

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "logclaw-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "logclaw-mcp-server"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

LogClaw

AI SRE that deploys in your VPC. Real-time anomaly detection, trace-correlated incident tickets, and AI root cause analysis β€” your logs never leave your infrastructure.

LogClaw Dashboard β€” real-time log monitoring with AI anomaly detection


TL;DR β€” Try It

Option A: Managed Cloud (no install β€” fastest)

Try the full experience instantly at console.logclaw.ai β€” includes AI root cause analysis, API key management, multi-tenant isolation, and the complete incident pipeline. No Docker required.

Option B: Docker Compose (self-hosted, no Kubernetes)

Terminal
curl -O https://raw.githubusercontent.com/logclaw/logclaw/main/docker-compose.yml
curl -O https://raw.githubusercontent.com/logclaw/logclaw/main/otel-collector-config.yaml
docker compose up -d

Open http://localhost:3000 β€” the LogClaw stack is running:

  • Dashboard (:3000) β€” incidents, log ingestion, config
  • OTel Collector (:4317 gRPC, :4318 HTTP) β€” send logs via OTLP
  • Bridge (:8080) β€” anomaly detection + trace correlation
  • Ticketing Agent (:18081) β€” AI-powered incident management
  • OpenSearch (:9200) β€” log storage + search
  • Kafka (:9092) β€” event bus

All images are pulled from ghcr.io/logclaw/ β€” no registry auth required.

Note: The local stack runs in single-tenant mode with LLM-powered root cause analysis disabled. For AI RCA, API key management, and multi-tenant isolation, use the managed cloud or deploy to Kubernetes with LLM_PROVIDER=claude|openai|ollama.

Option C: Kind Cluster (full Kubernetes stack)

bash
git clone https://github.com/logclaw/logclaw.git && cd logclaw
./scripts/setup-dev.sh

This creates a Kind cluster, installs all operators and services, builds the dashboard, and runs a smoke test. Takes ~20 minutes on a 16 GB laptop.

Container Images

All LogClaw images are published to GHCR as public packages:

ServiceImageLatest Stable
Dashboardghcr.io/logclaw/logclaw-dashboardstable / 2.5.0
Bridgeghcr.io/logclaw/logclaw-bridgestable / 1.3.0
Ticketing Agentghcr.io/logclaw/logclaw-ticketing-agentstable / 1.5.0
Flink Jobsghcr.io/logclaw/logclaw-flink-jobsstable / 0.1.1

Pull any image directly:

Terminal
docker pull ghcr.io/logclaw/logclaw-dashboard:stable

See It in Action

Incident ManagementAI Root Cause Analysis
Incident list with severity and blast radiusAI-powered root cause analysis
Log IngestionDashboard Overview
OTLP log ingestion pipelineLogClaw dashboard overview

Live demo: console.logclaw.ai | Video walkthrough: logclaw.ai


Open Source vs Cloud vs Enterprise

CapabilityOpen Source (free)Cloud ($0.30/GB)Enterprise (custom)
Log Ingestion (OTLP)Unlimited1 GB/day freeUnlimited
Anomaly DetectionZ-score statisticalZ-score + ML pipelineZ-score + ML + custom models
AI Root Cause AnalysisBYO LLM (Ollama/OpenAI/Claude)IncludedIncluded + fine-tuned models
Incident TicketingPagerDuty, Jira, ServiceNow, OpsGenie, Slack, ZammadAll 6 platformsAll 6 + custom connectors
DashboardFull UI (logs, incidents, config)Full UI + hostedFull UI + white-label option
AuthenticationNone (open access)Clerk OAuth + org managementSSO (SAML/OIDC) + RBAC
Multi-tenancySingle tenantMulti-org, multi-project, multi-envFull namespace isolation per tenant
API KeysN/APer-project, SHA-256 hashed, revocablePer-project + custom scoping
Data ResidencyYour infrastructureLogClaw-managed cloudYour VPC (AWS/Azure/GCP)
Secrets EncryptionAt rest (OpenSearch)At rest + in transitAES-256-GCM for secrets + full TLS
Config ManagementEnv vars6-tab settings UIUI + API + GitOps
RetentionConfigurable via Helm9-day logs, 97-day incidentsCustom retention policies
Air-Gapped ModeYes (Zammad + Ollama)NoYes
MCP ServerSelf-hostedHosted (mcp.logclaw.ai)Both
SupportGitHub IssuesEmail (support@logclaw.ai)Dedicated SRE team + SLA
PricingFree forever (Apache 2.0)$0.30/GB ingestedCustom

No per-seat fees. No per-host fees. AI features included at every tier.

Start Free (Cloud) Β |Β  Deploy from GitHub (OSS) Β |Β  Book a Demo (Enterprise)


Architecture

All components below are included in every tier β€” Open Source, Cloud, and Enterprise.

Code
LogClaw Stack (per tenant, namespace-isolated)
β”‚
β”œβ”€β”€ logclaw-auth-proxy       API key validation + tenant ID injection
β”œβ”€β”€ logclaw-otel-collector   OpenTelemetry Collector (OTLP gRPC + HTTP)
β”œβ”€β”€ logclaw-ingestion        Vector.dev edge ingestion (optional)
β”œβ”€β”€ logclaw-kafka            Strimzi Kafka 3-broker KRaft cluster
β”œβ”€β”€ logclaw-flink            ETL + enrichment + anomaly scoring
β”œβ”€β”€ logclaw-opensearch       OpenSearch cluster (hot-tier log storage)
β”œβ”€β”€ logclaw-bridge           OTLP ETL + trace correlation + lifecycle manager
β”œβ”€β”€ logclaw-ml-engine        Feast Feature Store + KServe/TorchServe + Ollama
β”œβ”€β”€ logclaw-airflow          Apache Airflow (ML training DAGs)
β”œβ”€β”€ logclaw-ticketing-agent  AI-powered RCA + multi-platform ticketing
β”œβ”€β”€ logclaw-agent            In-cluster infrastructure health collector
β”œβ”€β”€ logclaw-dashboard        Next.js web UI (ingestion, incidents, config, dark mode)
└── logclaw-console          Enterprise SaaS console (multi-tenant)

Data flow: Logs β†’ Auth Proxy (API key + tenant injection) β†’ OTel Collector (OTLP ingestion) β†’ Kafka β†’ Bridge (ETL + anomaly + trace correlation) β†’ OpenSearch + Ticketing Agent β†’ Incident tickets

All charts are wired together by the logclaw-tenant umbrella chart β€” a single helm install deploys the full stack for one tenant.


Quick Start (Production / ArgoCD)

Prerequisites

One-time cluster setup (operators, run once per cluster):

bash
helmfile -f helmfile.d/00-operators.yaml apply

Onboard a new tenant

  1. Copy the template:

    bash
    cp gitops/tenants/_template.yaml gitops/tenants/tenant-<id>.yaml
    
  2. Fill in the required values (tenantId, tier, cloudProvider, secret store config).

  3. Commit and push β€” ArgoCD will detect the new file and deploy the full stack in ~30 minutes.

Manual install (dev/staging)

bash
helm install logclaw-acme charts/logclaw-tenant \
  --namespace logclaw-acme \
  --create-namespace \
  -f gitops/tenants/tenant-acme.yaml

Running Locally (Step by Step)

Prefer the one-command setup? Run ./scripts/setup-dev.sh and skip to Step 6.

Prerequisites

bash
# macOS (Homebrew)
brew install helm helmfile kind kubectl node python3

# Helm plugins
helm plugin install https://github.com/databus23/helm-diff
helm plugin install https://github.com/helm-unittest/helm-unittest

# Docker Desktop must be running
open -a Docker

1 β€” Create a local Kubernetes cluster

bash
make kind-create

Verify:

bash
kubectl cluster-info --context kind-logclaw-dev

2 β€” Install cluster-level operators

bash
make install-operators

Wait for operators to be ready (~3 min):

bash
kubectl get pods -n strimzi-system -w
kubectl get pods -n opensearch-operator-system -w

3 β€” Install the full tenant stack

bash
make install TENANT_ID=dev-local STORAGE_CLASS=standard

This deploys all 16 helmfile releases in dependency order. Monitor progress:

bash
watch kubectl get pods -n logclaw-dev-local
TimeMilestone
T+2 minNamespace, RBAC, NetworkPolicies
T+6 minKafka broker ready
T+10 minOpenSearch cluster green
T+15 minBridge + Ticketing Agent running
T+20 minFull stack operational

4 β€” Build and deploy the Dashboard

The dashboard requires a Docker image build:

Terminal
docker build -t logclaw-dashboard:dev apps/dashboard/
kind load docker-image logclaw-dashboard:dev --name logclaw-dev

helm upgrade --install logclaw-dashboard-dev-local charts/logclaw-dashboard \
  --namespace logclaw-dev-local \
  --set global.tenantId=dev-local \
  -f charts/logclaw-dashboard/ci/default-values.yaml

5 β€” Access the services

bash
# Dashboard (main UI)
kubectl port-forward svc/logclaw-dashboard-dev-local 3333:3000 -n logclaw-dev-local
open http://localhost:3333

# OpenSearch (query API)
kubectl port-forward svc/logclaw-opensearch-dev-local 9200:9200 -n logclaw-dev-local

# Airflow (ML pipelines)
kubectl port-forward svc/logclaw-airflow-dev-local-webserver 8080:8080 -n logclaw-dev-local
open http://localhost:8080   # admin / admin

6 β€” Send logs

LogClaw ingests logs via OTLP (OpenTelemetry Protocol) β€” the CNCF industry standard. Port-forward the OTel Collector:

bash
kubectl port-forward svc/logclaw-otel-collector-dev-local 4318:4318 -n logclaw-dev-local &

Send a single log via OTLP HTTP:

Terminal
curl -X POST http://localhost:4318/v1/logs \
  -H "Content-Type: application/json" \
  -d '{
    "resourceLogs": [{
      "resource": {
        "attributes": [
          {"key": "service.name", "value": {"stringValue": "payment-api"}}
        ]
      },
      "scopeLogs": [{
        "logRecords": [{
          "timeUnixNano": "'$(date +%s)000000000'",
          "severityText": "ERROR",
          "body": {"stringValue": "Connection refused to database"},
          "traceId": "abcdef1234567890abcdef1234567890",
          "spanId": "abcdef12345678"
        }]
      }]
    }]
  }'

Any OpenTelemetry SDK or agent can send logs to LogClaw β€” no custom integration needed. See OTLP Integration Guide for SDK examples.

Generate and ingest 900 sample Apple Pay logs:

bash
# Generate sample OTel logs
python3 scripts/generate-applepay-logs.py    # β†’ 500 payment flow logs
python3 scripts/generate-applepay-logs-2.py  # β†’ 400 infra/security errors

# Ingest them
./scripts/ingest-logs.sh scripts/applepay-otel-500.json
./scripts/ingest-logs.sh scripts/applepay-otel-400-batch2.json

Or use the helper script:

bash
./scripts/ingest-logs.sh --generate   # generates + ingests all sample logs
./scripts/ingest-logs.sh --smoke      # single test log

7 β€” See it in action

After ingesting error logs, the Bridge detects anomalies and the Ticketing Agent creates incident tickets. View them:

bash
# Watch Bridge trace correlation in real-time
kubectl logs -f deployment/logclaw-bridge-dev-local -n logclaw-dev-local

# Check auto-created incidents
kubectl port-forward svc/logclaw-opensearch-dev-local 9200:9200 -n logclaw-dev-local &
curl -s 'http://localhost:9200/logclaw-incidents-*/_search?size=5&sort=created_at:desc' | python3 -m json.tool

# Or use the Dashboard
open http://localhost:3333/incidents

8 β€” Tear down

bash
# Remove just the tenant
make uninstall TENANT_ID=dev-local

# Remove everything including the Kind cluster
make kind-delete

Repository Layout

Code
charts/
β”œβ”€β”€ logclaw-tenant/           # Umbrella chart β€” single install entry point
β”œβ”€β”€ logclaw-auth-proxy/       # API key validation + tenant ID injection
β”œβ”€β”€ logclaw-otel-collector/   # OpenTelemetry Collector (OTLP gRPC + HTTP)
β”œβ”€β”€ logclaw-ingestion/        # Vector.dev edge ingestion
β”œβ”€β”€ logclaw-kafka/            # Strimzi Kafka + KafkaConnect + MirrorMaker2
β”œβ”€β”€ logclaw-flink/            # Flink ETL + enrichment + anomaly jobs
β”œβ”€β”€ logclaw-opensearch/       # OpenSearch cluster via Opster operator
β”œβ”€β”€ logclaw-bridge/           # OTLP ETL + trace correlation + lifecycle manager
β”œβ”€β”€ logclaw-ml-engine/        # Feast + KServe/TorchServe + Ollama
β”œβ”€β”€ logclaw-airflow/          # Apache Airflow
β”œβ”€β”€ logclaw-ticketing-agent/  # AI-powered RCA + multi-platform ticketing
β”œβ”€β”€ logclaw-agent/            # In-cluster infrastructure health agent
β”œβ”€β”€ logclaw-dashboard/        # Next.js web UI
└── logclaw-console/          # Enterprise SaaS console

apps/
β”œβ”€β”€ bridge/                # Python β€” OTLP ETL + anomaly detection + trace correlation
β”œβ”€β”€ agent/                 # Go β€” infrastructure health collector
β”œβ”€β”€ dashboard/             # Next.js β€” web UI (incidents, logs, config, dark mode)
β”œβ”€β”€ ticketing-agent/       # Python β€” AI-powered RCA + multi-platform ticketing
β”œβ”€β”€ flink-jobs/            # Java β€” Flink stream processing jobs
β”œβ”€β”€ logclaw-auth-proxy/    # TypeScript/Express β€” API key validation + tenant injection
β”œβ”€β”€ logclaw-slack-bot/     # TypeScript/Hono β€” Slack incident bot (Cloudflare Workers)
β”œβ”€β”€ logclaw-mcp-server/    # TypeScript β€” MCP server for AI coding tools (8 tools)
└── logclaw-mcp-remote/    # TypeScript β€” remote MCP client (OAuth 2.1)

cli/                        # Go CLI (logclaw start/stop/status)

scripts/
β”œβ”€β”€ setup-dev.sh                # One-command local dev setup (Kind cluster)
β”œβ”€β”€ setup-gke.sh                # GKE production cluster setup
β”œβ”€β”€ ingest-logs.sh              # Log ingestion helper (--generate, --smoke)
β”œβ”€β”€ generate-applepay-logs.py   # Generate 500 OTel sample logs (batch 1)
β”œβ”€β”€ generate-applepay-logs-2.py # Generate 400 infra/security logs (batch 2)
β”œβ”€β”€ trigger-anomaly.sh          # Trigger test anomaly for demo
└── trigger-request-failure.sh  # Trigger test request failure for demo

operators/                    # Cluster-level operator bootstrap (once per cluster)
β”œβ”€β”€ strimzi/                  # strimzi-kafka-operator 0.41.0
β”œβ”€β”€ flink-operator/           # flink-kubernetes-operator 1.9.0
β”œβ”€β”€ opensearch-operator/      # opensearch-operator 2.6.1
β”œβ”€β”€ eso/                      # external-secrets 0.10.3
└── cert-manager/             # cert-manager v1.16.1

helmfile.d/                   # Ordered helmfile releases (00-operators β†’ 90-dashboard)
gitops/                       # ArgoCD ApplicationSet + per-tenant value files
tests/                        # Helm chart tests + integration test pods
docs/                         # Architecture, onboarding, values reference

Key Features

For a side-by-side comparison across tiers, see Open Source vs Cloud vs Enterprise above.

Trace-Correlated AI Ticket Engine

The Bridge runs a 5-layer trace correlation engine:

  1. ETL Consumer β€” Consumes enriched logs from Kafka
  2. Anomaly Detector β€” Statistical anomaly scoring on error rates
  3. OpenSearch Indexer β€” Indexes logs for search and correlation
  4. Lifecycle Engine β€” Traces causal chains across services, computes blast radius, creates/deduplicates incidents

When an anomaly is detected, the system:

  • Queries all logs sharing the same trace_id
  • Builds a causal chain showing error propagation across services
  • Computes blast radius (% of services affected)
  • Creates a deduplicated incident ticket with full trace context

Multi-Platform Ticketing

The logclaw-ticketing-agent supports 6 independently-toggleable platforms simultaneously:

PlatformTypeEgress
PagerDutySaaSExternal HTTPS
JiraSaaSExternal HTTPS
ServiceNowSaaSExternal HTTPS
OpsGenieSaaSExternal HTTPS
SlackSaaSExternal HTTPS
ZammadIn-clusterZero external egress

Per-severity routing (critical β†’ PagerDuty, medium β†’ Jira, etc.) is configurable via config.routing.*.

Air-Gapped Mode

When paired with Zammad (external ITSM chart) and Ollama for local LLM inference, the needsExternalHttps helper sets the NetworkPolicy to zero external egress β€” fully air-gapped. No logs, tickets, or model calls leave the cluster.

LLM Provider Abstraction

yaml
global:
  llm:
    provider: ollama   # claude | openai | ollama | vllm | disabled
    model: llama3.2:8b

Dashboard

The Dashboard provides:

  • Dark mode β€” system-aware with manual toggle (Light/Dark/System), persisted in localStorage
  • Drag-and-drop upload supporting JSON, NDJSON, CSV, and plain text files
  • Bulk incident actions β€” select multiple incidents and acknowledge/resolve/escalate in batch
  • CSV export β€” download incidents as a CSV file
  • Loading skeletons β€” smooth animated placeholders during data fetches
  • Error boundaries β€” graceful crash recovery with retry UI
  • LLM fallback badge β€” indicates when AI RCA is unavailable and rule-based fallback was used
  • Incident auto-deduplication β€” prevents duplicate incidents for the same anomaly

Log Ingestion β€” OTLP Native

LogClaw uses OTLP (OpenTelemetry Protocol) as its sole ingestion protocol β€” the CNCF industry standard supported by every major observability vendor (Datadog, Splunk, Grafana, AWS, GCP, Azure).

Supported transports:

  • gRPC β€” <collector>:4317 (recommended for high-throughput)
  • HTTP/JSON β€” <collector>:4318/v1/logs

Any OpenTelemetry SDK, agent, or collector can send logs directly to LogClaw without custom integrations. The OTel Collector enriches each log with tenant_id, batches them, and writes to Kafka using otlp_json encoding.

config.json
{
  "resourceLogs": [{
    "resource": {
      "attributes": [
        {"key": "service.name", "value": {"stringValue": "my-service"}},
        {"key": "host.name", "value": {"stringValue": "my-service-pod-abc12"}}
      ]
    },
    "scopeLogs": [{
      "logRecords": [{
        "timeUnixNano": "1709510400000000000",
        "severityText": "ERROR",
        "body": {"stringValue": "Something went wrong"},
        "traceId": "abcdef1234567890abcdef1234567890",
        "spanId": "abcdef12345678",
        "attributes": [
          {"key": "environment", "value": {"stringValue": "production"}}
        ]
      }]
    }]
  }]
}

See OTLP Integration Guide for Python, Java, and Node.js SDK examples.

MCP Server β€” AI Coding Tools

The logclaw-mcp-server connects AI coding tools to LogClaw incidents, logs, and anomalies via the Model Context Protocol. Published as an npm package with 8 tools.

Terminal
npx logclaw-mcp-server

Works with Claude Code, Cursor, Windsurf, and any MCP-compatible client. Also available as a hosted server at https://mcp.logclaw.ai (OAuth 2.1, no install needed).

See MCP Integration Guide for setup instructions.

Slack Bot β€” Incident Notifications

The logclaw-slack-bot delivers real-time incident notifications to Slack with rich Block Kit formatting, DM support, and OAuth. Runs on Cloudflare Workers.

See Integrations for setup.

Auth Proxy β€” API Key Validation

The logclaw-auth-proxy sits between ingress and the OTel Collector. It validates API keys against PostgreSQL, injects tenant_id into OTLP payloads, and enforces rate limits (200 req/min unauthenticated, 6000 req/min per tenant). Stateless and horizontally scalable.


Component Versions

ComponentVersion
Apache Kafka (Strimzi)3.7.0
Apache Flink1.19.0
OpenSearch2.14.0
External Secrets Operator0.10.3
cert-managerv1.16.1
Apache Airflow1.14.0
Zammad12.4.1
OpenTelemetry Collector Contrib0.114.0
KServe0.13.0
Feast0.40.0
Next.js (Dashboard)16.1.6

Development

Dashboard (Next.js)

bash
cd apps/dashboard
npm install
npm run dev
# β†’ http://localhost:3000

Bridge (Python)

server.ts
cd apps/bridge
pip install -r requirements.txt
export KAFKA_BROKERS="localhost:9092"
export OPENSEARCH_ENDPOINT="http://localhost:9200"
python main.py
# β†’ HTTP API on :8080 (/health, /metrics, /config)

See Bridge docs for configuration reference.

Ticketing Agent (Python)

server.ts
cd apps/ticketing-agent
pip install -r requirements.txt
export KAFKA_BROKERS="localhost:9092"
export OPENSEARCH_ENDPOINT="http://localhost:9200"
python main.py
# β†’ HTTP API on :8080

Agent (Go)

bash
cd apps/agent
go run main.go
# β†’ HTTP API on :8080 (/health, /ready, /metrics)

Auth Proxy (TypeScript)

bash
cd apps/logclaw-auth-proxy
npm install
npm run dev
# β†’ HTTP API on :4318

Requires a PostgreSQL database with API keys. See API Keys docs.

MCP Server (TypeScript)

bash
cd apps/logclaw-mcp-server
npm install && npm run build
LOGCLAW_API_KEY=lc_proj_test npx .

Helm Charts

bash
# Lint all charts
make lint

# Render templates (dry-run, no cluster needed)
make template TENANT_ID=ci-test

# Diff current vs new
make template-diff TENANT_ID=dev-local

# Package charts as .tgz
make package

# Push to OCI registry
make push HELM_REGISTRY=oci://ghcr.io/logclaw/charts

Docs

Full documentation is available at docs.logclaw.ai.

Getting Started:

  • Quick Start β€” Send Logs
  • API Keys
  • Local Development
  • Architecture

Components:

  • Bridge β€” anomaly detection + trace correlation
  • Dashboard β€” web UI
  • Ticketing Agent β€” multi-platform incident routing
  • OTel Collector β€” OTLP ingestion
  • Incident Classification β€” composite scoring

Integrations:

  • Integrations Overview β€” PagerDuty, Jira, ServiceNow, OpsGenie, Slack
  • MCP Server β€” Claude Code, Cursor, Windsurf

Reference:

  • OTLP Integration Guide β€” Python, Java, Node.js, Go SDK examples
  • Values Reference β€” Helm chart configuration
  • Onboarding a New Tenant
  • API Reference

Enterprise:

  • Enterprise Console β€” multi-org, API key management, project settings

Contributing

We welcome contributions! Please read our guidelines before opening a PR:

  • Contributing Guide
  • Code of Conduct
  • Security Policy

Use the issue templates for bug reports and feature requests.


License

Apache 2.0 β€” see LICENSE

Related MCP Servers

View all in Developer Tools View all alternatives
  • A
    Ai Netcafe

    Compare LLM cost & latency on one prompt, translate PDF keeping layout, cited research, make PPTX

    πŸ’» Developer Tools0 views
    Compare vs Ai Netcafe β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’
  • P
    Penni Mcp

    AI bookkeeper. Connect QuickBooks to Claude Desktop.

    πŸ’» Developer Tools0 views
    Compare vs Penni Mcp β†’
  • W
    Windows MCP

    An MCP Server for computer-use in Windows OS

    πŸ’» Developer Tools1 views
    Compare vs Windows MCP β†’

Frequently Asked Questions about Logclaw Mcp Server

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "logclaw-mcp-server": { "command": "npx", "args": ["-y", "logclaw-mcp-server"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewLogclaw Mcp Server AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/logclaw-mcp-server?style=directory)](https://allmcps.com/mcp/logclaw-mcp-server)
HTML Embed
<a href="https://allmcps.com/mcp/logclaw-mcp-server"><img src="https://allmcps.com/api/badge/logclaw-mcp-server?style=directory" alt="Logclaw Mcp Server on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
0/4 checks healthy over the last 6h
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
27Quality signal: Emerging Β· 27/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools11/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Logclaw Mcp Server β†’Install in Claude DesktopInstall in CursorInstall in VS Code