Server Config
{
"mcpServers": {
"goldrush": {
"command": "npx",
"args": [
"-y",
"@covalenthq/goldrush-mcp-server"
],
"env": {
"GOLDRUSH_API_KEY": "YOUR_API_KEY"
}
}
}
}{
"mcpServers": {
"goldrush": {
"command": "npx",
"args": [
"-y",
"@covalenthq/goldrush-mcp-server"
],
"env": {
"GOLDRUSH_API_KEY": "YOUR_API_KEY"
}
}
}
}