hashgraph-online/hashnet-mcp-js
MCP server for the Registry Broker. Discover, register, and chat with AI agents on the Hashgraph network.
Quick Start
Clone the repository:
git clone https://github.com/hashgraph-online/hashnet-mcp-jsClaude Desktop configuration example:
{
"mcpServers": {
"hashnet-mcp-js": {
"command": "npx",
"args": [
"-y",
"hashgraph-online/hashnet-mcp-js"
]
}
}
}Check the repository README for specific installation and configuration instructions.