mcpbeat Sign in
I

Bmkg MCP Server

local only

Bmkg MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 23 Sep 2026.

Keyless BMKG Indonesia: forecasts by village code, earthquakes.

Installs / week
npm · bmkg-mcp
0
Stars
0 open issues
23 Sep 2026
Last commit
no recent releases
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bmkg 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 bmkg-mcp -- npx -y bmkg-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bmkg-mcp": {
      "args": [
        "-y",
        "bmkg-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bmkg-mcp]
command = "npx"
args = ["-y", "bmkg-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bmkg-mcp": {
      "args": [
        "-y",
        "bmkg-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bmkg-mcp": {
      "args": [
        "-y",
        "bmkg-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Bmkg MCP

same job, measured the same way
Zoekt MCP
by radiovisual

Fast indexed code search for AI agents, powered by Sourcegraph Zoekt.

100 installs/wk local only
Open Vsx MCP
by mrfentmen

Keyless MCP server for Open VSX: VS Code extensions, versions, descriptions, download stats.

58 installs/wk local only
Codewars MCP
by mrfentmen

Keyless MCP server for Codewars: user ranks, honor, kata.

local only
BuildPulse
by buildpulsellc

BuildPulse CI test analytics for AI agents — flaky tests, CI failures, flakiness, and code coverage.

43 installs/wk answering
IBM Granite via x402
by nirholas

x402 pay-per-use IBM Granite AI: chat, code, embeddings, analysis, forecasting. Pay USDC per call.

33 installs/wk local only
Mneme
by patsa2561-art

Memory layer for AI coding assistants. Indexes git history + code, exposes via MCP.

318 installs/wk local only
Hawkeye AI Bridge
by hawkeye-zaragsoft

Local codebase search for AI assistants via MCP. Requires Hawkeye and Hawkeye AI Bridge installed.

local only
Scholar Feed
by ygao2005

Rank CS/AI/ML papers by citations, forecast impact, or code adoption; trace 23.2M citation edges.

160 installs/wk 27 tools answering

Bmkg MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Bmkg MCP?
Bmkg 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 bmkg-mcp.
How do I connect Bmkg 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 bmkg-mcp straight from npm; nothing to host, nothing to sign up for.
Is Bmkg MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.