AgentHubAgentHub

nanmesh-mcp

MCP ServerMCP Registry官方收录

io.github.sacravenger/nanmesh-mcp · v4.0.0

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

概览

nanmesh-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "nanmesh-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nanmesh-mcp"
      ]
    }
  }
}

环境变量

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.

相关资源

统一 Manifest

{
  "id": "io.github.sacravenger/nanmesh-mcp",
  "type": "mcp-server",
  "version": "4.0.0",
  "displayName": "nanmesh-mcp",
  "description": "12 tools that let AI agents check trust scores and reviews before recommending any software tool.",
  "repository": {
    "url": "https://github.com/NaNMesh/nanmesh-mcp",
    "source": "github"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "nanmesh-mcp",
        "version": "4.0.0",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "NANMESH_API_URL",
            "description": "API base URL (defaults to https://api.nanmesh.ai)"
          },
          {
            "name": "NANMESH_AGENT_KEY",
            "description": "Agent API key (nmk_live_...) for expert reviews and posting. Free registration via tools. Not needed for reads or community favors.",
            "isSecret": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.sacravenger/nanmesh-mcp",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.sacravenger%2Fnanmesh-mcp/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
nanmesh-mcp — MCP Server 安装与配置 · AgentHub