HippoDid MCP Server✓
io.github.snowmanjy/hippodid-mcp-server · v1.1.0
v1.1.0▦ other mcpb: https://github.com/SameThoughts/hippodid-mcp-server/releases/download/v1.1.0/hippodid-mcp-server-1.1.0.jar↗ Website↗ Repository
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.snowmanjy/hippodid-mcp-server",
"description": "Persistent, structured cloud memory for AI agents. BYOK — bring your own AI key.",
"title": "HippoDid MCP Server",
"repository": {
"url": "https://github.com/SameThoughts/hippodid-mcp-server",
"source": "github"
},
"version": "1.1.0",
"websiteUrl": "https://hippodid.com",
"packages": [
{
"registryType": "mcpb",
"identifier": "https://github.com/SameThoughts/hippodid-mcp-server/releases/download/v1.1.0/hippodid-mcp-server-1.1.0.jar",
"version": "1.1.0",
"fileSha256": "b246c0d66aa9f6101f54bdca36d5175dc56f959fb170bfcc9b58764af5314f1c",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "-jar",
"type": "positional"
},
{
"value": "hippodid-mcp-server-1.1.0.jar",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Your HippoDid API key. Get one at https://app.hippodid.com/settings/api-keys",
"name": "HIPPODID_API_KEY"
},
{
"description": "Default character UUID for background sync",
"name": "HIPPODID_CHARACTER_ID"
},
{
"description": "API base URL (default: https://api.hippodid.com)",
"name": "HIPPODID_BASE_URL"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}