io.github.sacravenger/nanmesh-mcp✓
io.github.sacravenger/nanmesh-mcp · v4.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sacravenger/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"
},
"version": "4.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}