hashnet for Cursor
io.github.hashgraph-online/hashnet
Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter
client:Cursor
transport:stdio
runtime:npm
Install hashnet in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hashnet": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@hol-org/hashnet-mcp"
],
"env": {
"REGISTRY_BROKER_API_KEY": "<REGISTRY_BROKER_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs