The HippoDid MCP Server provides persistent, portable memory for AI agents, allowing them to store and retrieve structured memories across sessions and tools.
From the registry: Persistent, structured cloud memory for AI agents. BYOK — bring your own AI key.

Please install the `hippodid-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Java 21+** — Java runtime required for the JAR (https://adoptium.net)
- **HippoDid API key** — Sign up at hippodid.com and create an API key (https://hippodid.com)
- **Download JAR** — Download the hippodid-mcp-server JAR from GitHub Releases (https://github.com/SameThoughts/hippodid-mcp-server/releases)
Canonical MCP server config (stdio transport):
- command: `java`
- args: ["-jar","/path/to/hippodid-mcp-server-1.1.0.jar"]
- required environment variables:
- `HIPPODID_API_KEY`: HippoDid API key (example: `<your-hippodid-api-key>`)
- optional environment variables:
- `HIPPODID_CHARACTER_ID`: Default character UUID (example: `<your-character-uuid>`)
- `HIPPODID_BASE_URL`: API base URL override (example: `https://api.hippodid.com`)
- `MCP_SYNC_INTERVAL`: Background sync interval in seconds (example: `300`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.HIPPODID_API_KEYrequiredYour HippoDid API keyAI Agents Framework with Self Reflection and MCP support