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 ServersOfficial Registry0 stars0 forksUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about loggerhead-mcp

What is rubics-code/loggerhead-mcp?

+

rubics-code/loggerhead-mcp is mcp servers for the Claude AI ecosystem. The Loggerhead MCP bridge: your coding agent reads your app's logs, metrics, and traces. Needs the Loggerhead Mac app. It has 0 GitHub stars and its last recorded update is dated 2026-09-22.

How do I install loggerhead-mcp?

+

You can install loggerhead-mcp by cloning the repository (https://github.com/rubics-code/loggerhead-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is rubics-code/loggerhead-mcp safe to use?

+

Our security agent has analyzed rubics-code/loggerhead-mcp and assigned a Trust Score of 70/100 (tier: OK). See the full breakdown of passed checks and flags on this page.

Who maintains rubics-code/loggerhead-mcp?

+

rubics-code/loggerhead-mcp is maintained by rubics-code. The last recorded GitHub activity is dated 2026-09-22, with 0 open issues.

Are there alternatives to loggerhead-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy loggerhead-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

loggerhead-mcp alternatives