← Back to Plugins
MCP Server MCP

io.github.sacravenger/nanmesh-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "nanmesh-mcp",
      "version": "4.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "API base URL (defaults to https://api.nanmesh.ai)",
          "format": "string",
          "name": "NANMESH_API_URL"
        },
        {
          "description": "Agent API key (nmk_live_...) for expert reviews and posting. Free registration via tools. Not needed for reads or community favors.",
          "format": "string",
          "isSecret": true,
          "name": "NANMESH_AGENT_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...