← Back to browse

nanmesh-mcp

Indexed by io.github.sacravenger

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsNANMESH_API_URL NANMESH_AGENT_KEY
Claude Code
claude mcp add --env NANMESH_API_URL= --env NANMESH_AGENT_KEY= nanmesh-mcp -- npx nanmesh-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"nanmesh-mcp","command":"npx","args":["nanmesh-mcp"],"env":{"NANMESH_API_URL":"","NANMESH_AGENT_KEY":""}}'
JSON
{
  "mcpServers": {
    "nanmesh-mcp": {
      "command": "npx",
      "args": [
        "nanmesh-mcp"
      ],
      "env": {
        "NANMESH_API_URL": "",
        "NANMESH_AGENT_KEY": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.