mcpbeat Sign in

Anomaly MCP Server

local only

Anomaly MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 95 installs a week from npm. Last commit 1 Sep 2026.

Real-time anomaly detection for blockchain, aviation, GitHub, mempool, and depeg signals.

Installs per day peak 160 · avg 21 · +129% w/w
a month agotoday
95
Installs / week
npm · @forgemeshlabs/anomaly-mcp
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: ANOMALY_API_BASE (Optional hosted API base URL override. Defaults to https://anomaly.forgemesh.io.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Anomaly MCP

same job, measured the same way
Adops MCP
by enzoemir1

CSV-first analytics for Google Ads + Meta Ads: reporting, anomaly detection, budget optimization.

106 installs/wk local only
Signalpipe
by abyousef739

Agentic Reddit/HN buying-signal detection for Claude Code, Cursor, and Windsurf via MCP.

answering
MCP Github Organization Signal Scanner
by mambabuilt

Resolve a company domain to its GitHub organization with repo, language and activity signals.

35 installs/wk local only
Repo Security Scanner — Malicious Code & Supply Chain
by eltociear

Audit GitHub repos for malicious and supply-chain code before you depend on them.

answering
DemandScope
by baobabcat

Live demand signals for idea validation: npm/PyPI downloads, GitHub + HN attention trends.

local only
Gha Intel
by barissozudogru

Workflow timing analysis, configuration audit and billing insight for GitHub Actions.

25 installs/wk local only
MCP Sift
by codespar

MCP server for Sift — global ML fraud detection: real-time risk scoring, decisions, event ingestion

31 installs/wk local only
Herohunt MCP
by herohunt-ai

People search API - find 1 billion candidates across LinkedIn and GitHub with real-time data.

27 installs/wk local only

Anomaly MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Anomaly MCP?
Anomaly 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 @forgemeshlabs/anomaly-mcp was installed 95 times last week.
How do I connect Anomaly 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 @forgemeshlabs/anomaly-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Anomaly MCP?
The npm package @forgemeshlabs/anomaly-mcp was installed 95 times in the last week. Week over week that is +129%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Anomaly MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 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.