Skip to content
VS Code

hashnet for VS Code

io.github.hashgraph-online/hashnet

Universal AI Agent Discovery - search 59,000+ agents across MCP, NANDA, A2A, OpenRouter

client:VS Code transport:stdio runtime:npm

Install hashnet in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "registry-broker-api-key",
      "description": "REGISTRY_BROKER_API_KEY",
      "password": true
    }
  ],
  "servers": {
    "hashnet": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@hol-org/hashnet-mcp"
      ],
      "env": {
        "REGISTRY_BROKER_API_KEY": "${input:registry-broker-api-key}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

hashnet in other clients