← Index

io.github.sacravenger/nanmesh-mcp

io.github.sacravenger/nanmesh-mcp·v4.0.0·Other
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "nanmesh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nanmesh-mcp"
      ],
      "env": {
        "NANMESH_API_URL": "<nanmesh_api_url>",
        "NANMESH_AGENT_KEY": "<your-nanmesh_agent_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "nanmesh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nanmesh-mcp"
      ],
      "env": {
        "NANMESH_API_URL": "<nanmesh_api_url>",
        "NANMESH_AGENT_KEY": "<your-nanmesh_agent_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y nanmesh-mcp
§02  Environment variables
NANMESH_API_URL

API base URL (defaults to https://api.nanmesh.ai)

NANMESH_AGENT_KEY
secret

Agent API key (nmk_live_...) for expert reviews and posting. Free registration via tools. Not needed for reads or community favors.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other