analyse-search-recommend-deposit.mov
mcp-atom-create.mov
Clone the repo
git clone https://github.com/0xIntuition/research-mcp.git
Run this
claude mcp add i7n --env PRIVATE_KEY=YOUR_KEY -- node /absolute/path/research-mcp/build/index.js
or manually update your ~/.claude.json
{
"mcpServers": {
"i7n": {
"type": "stdio",
"command": "node",
"args": [
"/absolute/path/research-mcp/build/index.js"
],
"env": {
"PRIVATE_KEY": "0x........."
}
}
}
}