I'm excited to announce a significant update to the Hive MCP Server, bringing improved architecture, new capabilities, and better developer experience. This release represents a complete refactoring of the codebase with enhanced testing, modularity, and several new features.
One of the biggest additions is a comprehensive encrypted messaging system that enables secure communication on the Hive blockchain:
This allows AI assistants to securely communicate with other Hive users on your behalf, while maintaining privacy through blockchain-based encryption.
The server now includes structured prompts to guide AI interactions:
These prompts help AI assistants generate better responses for common Hive-related tasks.
The codebase has been completely restructured for better maintainability and extensibility:
The update introduces a robust testing framework:
Several improvements to the development workflow:
npm install -g @gluneau/hive-mcp-server
# or use it directly with npx
npx @gluneau/hive-mcp-server
Add this to your Claude Desktop configuration at:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.json{
"mcpServers": {
"hive": {
"command": "npx",
"args": ["-y", "@gluneau/hive-mcp-server"],
"env": {
"HIVE_USERNAME": "your-hive-username",
"HIVE_POSTING_KEY": "your-posting-key",
"HIVE_ACTIVE_KEY": "your-active-key",
"HIVE_MEMO_KEY": "your-memo-key"
}
}
}
}
With these updates, you can now ask your AI assistant to:
Plus all the previous capabilities like post creation, voting, token transfers, and blockchain queries.
The refactored codebase makes it much easier to contribute to the project:
We welcome contributions! Check out the GitHub repository to get involved.
This release is a major step forward for Hive MCP Server, laying the groundwork for future features and improvements. We're committed to making interaction with the Hive blockchain through AI assistants as seamless and powerful as possible.
Stay tuned for more updates, and happy Hiving!