inheribase

Permanent memory
for your AI agents.

State persistence on Arweave. Seamless context tracking using the MCP protocol. Give your autonomous agents a sovereign vault that outlives their runtime.

State Persistence

Forget ephemeral cache. Store agent state on-chain via Arweave. Pay once for a 200+ year data endowment.

MCP-Native

Built-in support for Model Context Protocol. Connect your agent to its long-term memory in two lines of config.

Sovereign State

Truly decentralized. No API limits on your own data. No platform risk. Pure sovereign infrastructure.

Example: Writing to Persona Vault via MCPjson
{
  "method": "tools/call",
  "params": {
    "name": "inheribase_write_memory",
    "arguments": {
      "key": "agent-context-p2",
      "data": "{"health": 0.95, "objective": "secure-inheritance"}",
      "permanence": true
    }
  }
}