nanmesh mcp for Cursor
io.github.sacravenger/nanmesh-mcp
12 tools that let AI agents check trust scores and reviews before recommending any software tool.
client:Cursor
transport:stdio
runtime:npm
Install nanmesh mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nanmesh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"nanmesh-mcp"
],
"env": {
"NANMESH_API_URL": "<NANMESH_API_URL>",
"NANMESH_AGENT_KEY": "<NANMESH_AGENT_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs