Skip to main content
ClaudeWave

The Loggerhead MCP bridge: your coding agent reads your app's logs, metrics, and traces. Needs the Loggerhead Mac app.

MCP ServersRegistry oficial0 estrellas0 forksActualizado today
ClaudeWave Trust Score
70/100
· OK
Passed
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Flags
  • !No standard license detected
Last scanned: 9/23/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/rubics-code/loggerhead-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "loggerhead-mcp": {
      "command": "node",
      "args": ["/path/to/loggerhead-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/rubics-code/loggerhead-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# Loggerhead MCP server

**Your coding agent reads your app's logs, metrics, and traces.**

[Loggerhead](https://getloggerhead.com) is a native Mac app that receives OpenTelemetry logs, metrics, and traces from the software you run on your own Mac, and stores them in a DuckDB file on your disk. The MCP server runs inside the app. This repository holds `loggerhead-mcp`, the small bridge that connects Claude, Cursor, Codex, Windsurf, or any other MCP client to it.

Every tool is read-only. The endpoint listens on loopback only. Nothing leaves the Mac.

> **The Loggerhead app must be installed and running.** [Download it](https://getloggerhead.com/download) first. The bridge exits when the app is not running. The free tier includes the MCP server.

## Install

### Claude Desktop

Download `loggerhead-mcp.mcpb` from the [latest release](https://github.com/rubics-code/loggerhead-mcp/releases/latest) and open it. Claude Desktop installs the extension.

### Claude Code

```bash
claude mcp add loggerhead -- "/Applications/Loggerhead.app/Contents/Resources/loggerhead-mcp"
```

### Cursor, Codex, Windsurf, and other stdio clients

Every stdio client takes the same two values. The `.mcp.json` in this repository is the file to copy:

```json
{
  "mcpServers": {
    "loggerhead": {
      "command": "/Applications/Loggerhead.app/Contents/Resources/loggerhead-mcp"
    }
  }
}
```

The app itself writes this entry for you: open **Settings → AI analysis** and click **Add** beside your tool.

The bridge finds the app by itself on a fixed ladder of local ports. You set no port, and it needs no permission to read the app's files. Full instructions: [Set up the MCP server](https://getloggerhead.com/docs/mcp-server/setup/).

## Tools

| Tool | Purpose |
| --- | --- |
| `query_logs` | Search log records by text, severity, and time. |
| `query_metrics` | Read time-series metrics by name and time range. |
| `query_traces` | Find traces by service, operation, duration, and time. |
| `get_trace` | Read every span of one trace. |
| `list_environments` | List every workspace and environment on this Mac, with the receiver ports. |
| `get_receiver_info` | Report the effective OTLP ports and the addresses to send telemetry to. |
| `query_improvements` | List the telemetry-lint findings: noisy logs, unbounded labels, secrets, lost trace context. |

One resource, `loggerhead://stats`, reports the total counts of logs, metrics, and spans. Every parameter is in the [tools reference](https://getloggerhead.com/docs/mcp-server/tools-reference/).

## Privacy Policy

The bridge and the server read telemetry from the Loggerhead app on the same Mac and hand it to the MCP client you connected. They collect nothing about you, they store nothing of their own, they share nothing with a third party, and they open no network connection except to `127.0.0.1`. Data retention is the app's: the telemetry lives in a DuckDB file on your disk for as long as the app's retention setting keeps it, and you can delete the file. The full policy of the publisher, Rubics Code, is at https://rubicscode.com/privacy. Contact: support@getloggerhead.com.

## Registry

The registry name of this server is `com.getloggerhead/loggerhead`.

- MCP Registry name: `mcp-name: com.getloggerhead/loggerhead`

## Licence

The bridge is part of Loggerhead, a proprietary application by Rubics Code (ABN 40 440 756 434), Australia. The app has a free tier. The source of the app is not public.
claudecursormacosmcpmodel-context-protocolobservabilityopentelemetry

Lo que la gente pregunta sobre loggerhead-mcp

¿Qué es rubics-code/loggerhead-mcp?

+

rubics-code/loggerhead-mcp es mcp servers para el ecosistema de Claude AI. The Loggerhead MCP bridge: your coding agent reads your app's logs, metrics, and traces. Needs the Loggerhead Mac app. Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-22.

¿Cómo se instala loggerhead-mcp?

+

Puedes instalar loggerhead-mcp clonando el repositorio (https://github.com/rubics-code/loggerhead-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rubics-code/loggerhead-mcp?

+

Nuestro agente de seguridad ha analizado rubics-code/loggerhead-mcp y le ha asignado un Trust Score de 70/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene rubics-code/loggerhead-mcp?

+

rubics-code/loggerhead-mcp es mantenido por rubics-code. La última actividad registrada en GitHub es del 2026-09-22, con 0 issues abiertos.

¿Hay alternativas a loggerhead-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega loggerhead-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rubics-code/loggerhead-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rubics-code-loggerhead-mcp)](https://claudewave.com/repo/rubics-code-loggerhead-mcp)
<a href="https://claudewave.com/repo/rubics-code-loggerhead-mcp"><img src="https://claudewave.com/api/badge/rubics-code-loggerhead-mcp" alt="Featured on ClaudeWave: rubics-code/loggerhead-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a loggerhead-mcp