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
{
"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