mcpbeat Sign in

Logmcp MCP Server

local only

Logmcp runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 25 Aug 2026.

MCP server — read-only log access for AI assistants, without giving AI shell access.

Installs / week
not published
5
Stars
3 open issues
25 Aug 2026
Last commit
from GitHub
MIT
License
Go

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Evidence

Things with no honest explanation: a promise that contradicts the code, code that runs at install time while hiding what it does, data leaving the machine.

Deletes files or strips permissions cmd/setup.go:465
            return fmt.Errorf("chown root:logmcp %s: %w", dir, err)
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable internal/macro/loader.go:87
        path := filepath.Join(dir, name)
Sends data to a third-party sink internal/notify/telegram.go:13
    telegramAPIBase = "https://api.telegram.org/bot"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

We found things in this code

Code changes quietly between releases, and nobody reads the diff of a dependency. We do, on every release — watch Logmcp and you get told the day something new turns up.

Three servers free · no card

Alternatives to Logmcp

same job, measured the same way
Prometheus MCP Server
by pab1it0

MCP server providing Prometheus metrics access and PromQL query execution for AI assistants

local only
Box Admin Analytics MCP
by shigechika

MCP server for Box admin-log analytics — external-sharing visibility, read-only

291 installs/wk local only
SigNoz MCP Server
by signoz

SigNoz MCP server: access metrics, traces, logs, alerts, and dashboards via AI assistants

local only
Lastsaas
by jonradoff

Read-only admin MCP server for LastSaaS — dashboards, users, tenants, billing, logs, health.

local only
Sentry MCP Server
by friendlygeorge

MCP server for Sentry — error tracking, issues, releases, events, and projects for AI assistants.

24 installs/wk local only
SEO Tools: Yandex.Metrica
by antohins

MCP server for Yandex.Metrica Stat API (read-only).

88 installs/wk local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

109 025 installs/wk local only
entraadm MCP
by shigechika

MCP server for Microsoft Entra ID sign-in and audit-log triage (read-only)

77 installs/wk local only

Logmcp — questions

Answers built from our own checks of this server.

Why is there no uptime for Logmcp?
Logmcp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone.
Is Logmcp open source?
Yes — it is published under the MIT licence, written in Go, 5 stars on GitHub and 3 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.