← Registry

DevOps

klag.dev

Provides search and lookup tools for Klag documentation, configuration environment variables, and exported Kafka consumer lag metrics.

1 endpoint4 known toolsFirst detected September 15, 2026Last detected September 15, 2026

ENDPOINT 1

https://klag.dev/mcp

No auth detected

MCP server metadata

Name
klag-docs
Version
1.0.0
Capabilities
toolsresources
Server instructions

Read-only documentation for Klag, the Kafka consumer lag exporter. Search or read klag.dev pages, look up configuration keys and exported metrics. This server does not read any Kafka cluster — a self-hosted Klag instance exposes its own /mcp for that.

Known tools 4

search_klag_docs

Full-text search across klag.dev, the documentation for Klag (the Kafka consumer lag exporter).

Inferred read-only
get_klag_doc

Return the full markdown of a single klag.dev page by its URL path, e.g.

Inferred read-only
get_klag_config

Look up Klag environment variables: name, default value, and what they do (KAFKA_BOOTSTRAP_SERVERS, METRICS_REPORTER, MCP_ENABLED, HOT_PARTITION_*, ...).

Inferred read-only
get_klag_metric

Look up the metrics Klag exports (klag.consumer.lag, klag.consumer.lag.velocity, klag.consumer.commit.staleness_seconds, klag.partition.under_replicated, ...), with their meaning and tags.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.klag-docs]
url = "https://klag.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "klag-docs": {
      "type": "http",
      "url": "https://klag.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: klag-docs
Remote MCP URL: https://klag.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "klag-docs": {
      "url": "https://klag.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "klag-docs": {
      "type": "http",
      "url": "https://klag.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "klag-docs",
  "transport": "streamable-http",
  "url": "https://klag.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.