Skip to content
VS Code

hyde mcp for VS Code

io.github.errick0x/hyde-mcp

Discover and trade tokenize-anything coins on hyde.trade (Robinhood Chain). Non-custodial.

client:VS Code transport:stdio runtime:npm

Install hyde mcp in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "hyde-api",
      "description": "HYDE_API",
      "password": true
    }
  ],
  "servers": {
    "hyde-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hyde-mcp"
      ],
      "env": {
        "HYDE_API": "${input:hyde-api}"
      }
    }
  }
}

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

hyde mcp in other clients