Skip to main content
The Inheribase MCP server is an npm package that bridges your AI assistant to your vault using the Model Context Protocol. Once configured, your AI can store encrypted assets, check your vault status, and perform check-ins — all without leaving your preferred AI interface.

Installation

The @inheribase/mcp-server package is coming soon. Check back for availability before running the install command.

Available tools

store_asset

Store any file in your encrypted vault. The MCP server encrypts file content client-side before transmitting it to Inheribase. Parameters:

check_status

Check your vault status and release timing. Use this to monitor your Dead Man’s Switch (DMS) and succession timeline. Parameters:

check_in

Reset your Dead Man’s Switch timer. Calling this tool records an Audit Pulse confirming you are active, which resets the countdown to your next required check-in. This tool requires no parameters.

Claude Desktop integration

Once the package is published, add Inheribase to your claude_desktop_config.json:
Set INHERIBASE_API_KEY to an sk_agent_... key when using Claude Desktop in a shared or multi-user environment. Use sk_human_... only in fully trusted, personal setups.

Security

  • All data is encrypted client-side with AES-256-GCM before transmission.
  • API keys have scoped permissions — sk_agent_... keys cannot trigger destructive operations.
  • Rate limiting protects your vault against abuse from misconfigured agents.

Migration from v1.x

Tool names were updated in v2.0.0 for clarity. The old names continue to work as aliases until v3.0.0.
Old tool name aliases will be removed in v3.0.0. Update any custom agent integrations to use the new names before upgrading.