mcpbeat Sign in

Nanmesh MCP Server

by sacravenger Your server? Claim it
local only

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

12 tools that let AI agents check trust scores and reviews before recommending any software tool.

Installs per day peak 47 · avg 13 · -70% w/w
a month agotoday
271
Installs / week
npm · nanmesh-mcp
1
Stars
0 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: NANMESH_API_URL (API base URL (defaults to https://api.nanmesh.ai)), NANMESH_AGENT_KEY (Agent API key (nmk_live_...) for expert reviews and posting. Free registration via tools. Not needed for reads or community favors.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nanmesh MCP

same job, measured the same way
Payment Guard MCP
by mlawsonking

Pre-send risk check for AI agents that move money — screen an address or payment URL before sending.

49 installs/wk local only
ScoutScore
by scoutscore

Trust scoring for AI agents. Check scores, fidelity, and flags for x402 services.

24 installs/wk local only
Failecho
by failecho

Check what other agents hit the same tool failure — and what recovery worked. Ask before retrying.

358 installs/wk 4 tools answering
Hlido Agent Reviews
by hlido

Independent AI-agent reviews: trust checks, evidence scorecards, incident registry, recommendations.

19 tools answering
Pulsefeed X402
by nikolife2016

Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.

76 installs/wk 11 tools answering
Product Lock MCP
by nickjazz

Product Lock tools for AI agents: generate, review, validate, and score locks.

42 installs/wk local only
StackResolve
by stackresolve

Find, compare, and audit software for AI agents. Scored registry of tools and MCP servers.

15 tools answering
AgentSecurityLens MCP Security Trust Check
by professor2k8

MCP security trust-check for agents before installing MCPs, Skills or tools.

74 installs/wk local only

Nanmesh MCP — questions

Answers built from our own checks of this server.

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