Skip to content
Cursor

hyde mcp for Cursor

io.github.errick0x/hyde-mcp

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

client:Cursor transport:stdio runtime:npm

Install hyde mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "hyde-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hyde-mcp"
      ],
      "env": {
        "HYDE_API": "<HYDE_API>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

hyde mcp in other clients