code --install-extension kilocode.kilo-code
npm install -g @covalenthq/goldrush-cli
.kilocode/mcp.json in the repository root so the whole team shares the same server config.{
"mcpServers": {
"goldrush": {
"command": "npx",
"args": ["-y", "@covalenthq/goldrush-mcp-server"],
"env": {
"GOLDRUSH_API_KEY": "YOUR_API_KEY"
}
}
}
}.kilocode/rules/ so Kilo keeps using the right chains, pagination, and API key handling patterns.npx skills add covalenthq/goldrush-agent-skills
.kilocode/mcp.json with the GoldRush server config.kilocode/mcp.json for shared GoldRush setup and global config for personal experiments.kilocode/rules/ to keep generations consistent.kilocode/mcp.json and applies it to the current workspace. That makes it a good place to keep shared GoldRush configuration..kilocode/mcp.json at the repo root and that the JSON is valid. If the server still does not appear, restart the extension so it reloads workspace-level MCP config.npx from the editorMake sure Node.js and npx are on the PATH used by VS Code or JetBrains. Launch the editor from a shell with the correct environment if necessary.