Skip to content

0xIntuition/research-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experimental Intuition MCP server

analyse-search-recommend-deposit.mov
mcp-atom-create.mov

Usage

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........."
      }
    }
  }
}

About

Experimental intuition mcp server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •