mcpbeat Sign in

Nogra MCP Server

local only

Nogra runs on your own machine — the client starts it, so there is no endpoint to ping. 38 installs a week from npm. Last commit 6 Jul 2026.

Verify-before-done trust layer for AI-assisted work. 32 tools, local-first, no credentials.

Installs per day peak 10 · avg 5 · +60% w/w
a month agotoday
38
Installs / week
npm · @nograai/mcp
0
Stars
0 open issues
6 Jul 2026
Last commit
0 releases in 90 days
License
Python

What the code does

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

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call chain_pm_then_agent.project_dir → src/nogra_mcp/adapter_runner.py:56, chain_pm_then_agent.project_dir → src/nogra_mcp/adapter_runner.py:420, transport_submit_report.run_id → src/nogra_mcp/transport_runtime.py:844
    proc = subprocess.Popen(
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.

File ships in the package but is absent from the source [пакет] bin/nogra-mcp.js:1
этот файл ставится пользователю, но в репозитории его нет
    subprocess.run(cmd, check=True, cwd=str(PACKAGE_ROOT))
const child = spawn(binaryPath, process.argv.slice(2), { stdio: "inherit" });

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

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 nogra-mcp -- npx -y @nograai/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nogra-mcp": {
      "args": [
        "-y",
        "@nograai/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nogra-mcp]
command = "npx"
args = ["-y", "@nograai/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nogra-mcp": {
      "args": [
        "-y",
        "@nograai/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nogra-mcp": {
      "args": [
        "-y",
        "@nograai/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Nogra

same job, measured the same way
MUJ428 Trust Layer — VERIFY BEFORE ACT
by wmujahid428-web

MUJ428 verifies intent and evidence before consequential AI-agent actions.

14 tools answering
Nordax AI Entity Network
by nordax

Search and verify 360K+ business entities with trust scores and W3C credentials.

13 tools answering
Memento
by runmemento

Local-first, LLM-agnostic memory layer for AI assistants.

142 installs/wk local only
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

67 installs/wk local only
Akf
by hmakt99

Trust metadata for AI agents — check files before building on them, stamp verified work.

93 installs/wk local only
Veris
by vighriday

Behavioral verification intelligence for AI coding agents. 17 MCP tools. Local-first. MIT.

102 installs/wk local only
Memory Engine MCP
by simoneb79

Local-first graph memory for AI assistants with SQLite, semantic search, and MCP tools.

local only
Agentpay
by kar69-96

AI agent payments with human approval. Local-first, encrypted credentials, budget controls.

21 installs/wk local only

Nogra — questions

Answers built from our own checks of this server.

Why is there no uptime for Nogra?
Nogra 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 @nograai/mcp was installed 38 times last week.
How do I connect Nogra?
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 @nograai/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nogra?
The npm package @nograai/mcp was installed 38 times in the last week. Week over week that is +60%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nogra open source?
We cannot say either way: written in Python and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.