research-mcp

0xIntuition/research-mcp

3.1

If you are the rightful owner of research-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Experimental Intuition MCP server is a model context protocol server designed to facilitate communication between different components in a system using the MCP framework.

Experimental Intuition MCP server

https://github.com/user-attachments/assets/c7715d59-8a24-43b7-882b-f1d5b16af518

https://github.com/user-attachments/assets/d813e9c7-64a3-44f6-9eba-78cf83873f29

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