Released on [Current Date]

Major Enhancements

Unified Installation Experience

  • Introduced @mcp-hive/cli for streamlined installation across multiple clients
  • Support for Claude, Cursor, Windsurf, Cline, and more platforms
  • Simple one-line installation command with interactive configuration

Watch how the installation flow works:

🔒 Enterprise-Grade Security

  • Your credentials are now protected with multi-layer encryption at rest
    Each user gets their own Data Encryption Key (DEK) which encrypts their sensitive data. This DEK itself is encrypted using a master key managed by a secure Key Management Service (KMS).
  • Mandatory API key authentication for all MCP servers

Dynamic Authorization System

  • Runtime authorization flow eliminates the need for pre-authorization of hives
  • Magic authorization links that LLMs can interpret and present to users
  • Seamless authorization process without client restart

Support for Local-Only Services

  • New local mode enables hives to run directly on user machines
  • Gives us capabily to support services requiring local machine access like Obsidian integration, file system operations
  • Stay tuned for local-only hives - coming over the next few days!

Ownership Management

Transfer ownership of a hive to another user with few clicks

  • New owner receives an email with a link to accept the ownership
  • Current owner can cancel the ownership transfer at any time before the new owner accepts it

Watch how ownership transfer works:

Documentation Improvements

Comprehensive Guidelines

Technical Details

  • CLI tool available on npm: @mcp-hive/cli
  • Enhanced security protocol implementation