HiveMCP

Redhive Agent Kit MCP Server

A Redhive Agent Kit implementation using the Model Context Protocol (MCP) for handling protocol operations on the Ethereum blockchain.

Features

  • Supports all actions from the Redhive Agent Kit

  • MCP server implementation for standardized interactions

  • Environment-based configuration

Prerequisites

  • Node.js (v22 or higher recommended)

  • pnpm or yarn or npm

  • Ethereum wallet with private key

  • Ethereum RPC URL

Installation

Configuration

  1. Configure the claude_desktop_config.json file by editing the env fields.

  1. Change the Claude Desktop MCP server settings:

For MacOS:

For Windows:

The final configuration should look like the following (replace the path with your absolute project path):

Note: Make sure to restart Claude Desktop after updating the configuration and building the project.

Building the Project

To build the project, run:

This will compile the TypeScript code and set the appropriate permissions for the executable.

Project Structure

  • src/index.ts - Main entry point implementing the MCP server

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Last updated