mcpbeat Sign in

Nofax MCP Server

local only

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

Human-in-the-loop approvals and notifications for AI coding agents through a local stdio MCP server.

Installs per day peak 99 · avg 3
a month agotoday
99
Installs / week
npm · nofax
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

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

Alternatives to Nofax

same job, measured the same way
Impri
by sekera-radim

Impri MCP server — human-in-the-loop approval inbox for AI agents

24 installs/wk local only
Lassare
by lassare

Human-in-the-loop for AI coding agents — ask questions, get approvals via Slack.

answering
Whatsapp MCP
by meharajm

WhatsApp MCP Server - Human-in-the-loop for AI agents via WhatsApp

64 installs/wk local only
pingwa
by grzgrzgrz3

Zero-setup WhatsApp notifications + human-in-the-loop for AI agents — text 'join', send in 60s.

68 installs/wk 5 tools answering
Vantagate MCP Server
by aderix

VantaGate MCP Server & OpenAPI integration - Human-in-the-Loop for AI Agents

40 installs/wk local only
AgentFabric — Human-in-the-Loop Review & Approval
by enzoduit

Human-in-the-loop review and approval for AI agents. Audit trail, approval policies, native MCP.

1 tools answering
AgentGate
by agentkitai

Human-in-the-loop approval gateway for AI agents over MCP: request, decide, approve.

30 installs/wk local only
HOL Guard
by hashgraph-online

Local-first AI agent security evidence and approval workflows through HOL Guard's stdio MCP server.

90 145 installs/wk local only

Nofax — questions

Answers built from our own checks of this server.

Why is there no uptime for Nofax?
Nofax 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 nofax was installed 99 times last week.
How do I connect Nofax?
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 nofax straight from npm; nothing to host, nothing to sign up for.
How many people use Nofax?
The npm package nofax was installed 99 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nofax open source?
Yes — it is published under the MIT licence, written in JavaScript 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.