HiveMCP
Redhive Agent Kit MCP Server
Last updated
Redhive Agent Kit MCP Server
Last updated
A Redhive Agent Kit implementation using the Model Context Protocol (MCP) for handling protocol operations on the Ethereum blockchain.
Supports all actions from the Redhive Agent Kit
MCP server implementation for standardized interactions
Environment-based configuration
Node.js (v22 or higher recommended)
pnpm or yarn or npm
Ethereum wallet with private key
Ethereum RPC URL
Configure the claude_desktop_config.json
file by editing the env
fields.
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.
To build the project, run:
This will compile the TypeScript code and set the appropriate permissions for the executable.
src/index.ts
- Main entry point implementing the MCP server
Contributions are welcome! Please feel free to submit a Pull Request.