mcpbeat Sign in

MD Log MCP Server

local only

MD Log MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 107 installs a week from npm. Last commit 27 Jul 2026.

md-log MCP: save/update/fetch markdown by path (stdio + remote HTTP, PAT auth).

Installs per day peak 310 · avg 64 · -16% w/w
a month agotoday
107
Installs / week
npm · md-log-mcp
3
Stars
0 open issues
27 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check MD Log MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add md-log-mcp -- npx -y md-log-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "md-log-mcp": {
      "args": [
        "-y",
        "md-log-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.md-log-mcp]
command = "npx"
args = ["-y", "md-log-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "md-log-mcp": {
      "args": [
        "-y",
        "md-log-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "md-log-mcp": {
      "args": [
        "-y",
        "md-log-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: MDLOG_API_BASE_URL (md-log backend API base URL (must include /api/v1)), MDLOG_PAT (md-log Personal Access Token (mdlog_pat_...)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MD Log MCP

same job, measured the same way
State of Web Vitals
by corewebvitals

Core Web Vitals metrics by CMS, CDN, and framework — free remote MCP, no auth.

3 tools answering
A
ThornGuard
by qwady-thorns

Remote MCP security gateway for auth, redaction, policy enforcement, and audit logging.

local only
katra
by craigjmidwinter

A committed markdown dev log and task graph that agents read and write over MCP.

local only
UniFi Gateway
by pete-builds

Safe-by-default UniFi MCP: Network + Protect + Access, multi-site, dry-run, audit log.

local only
Labby
by dinglebear

Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI.

790 installs/wk local only
MAJR Dispatch
by majrdotapp

Turn a raw dev log (commit subjects, PR titles) into customer-facing release notes Markdown.

answering
Log10x MCP
by log-10x

Tools to rank log patterns by volume and cost and to compact, tier down or offload each pattern

1 400 installs/wk local only
I
AWS Spapi MCP
by cesarobedfl

MCP server for Amazon SP-API - real-time inventory health, sales metrics, and price updates

51 installs/wk local only

MD Log MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for MD Log MCP?
MD Log MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package md-log-mcp was installed 107 times last week.
How do I connect MD Log MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls md-log-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use MD Log MCP?
The npm package md-log-mcp was installed 107 times in the last week. Week over week that is -16%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MD Log MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.