← Back to Plugins
MCP Server MCP

HippoDid MCP Server

github By github 👁 1 views ▲ 0 votes

Persistent, structured cloud memory for AI agents. BYOK — bring your own AI key.

Homepage Verified source GitHub

Install

mcpb:https://github.com/SameThoughts/hippodid-mcp-server/releases/download/v1.1.0/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol mcpb

Comments

Sign in to leave a comment

Loading comments...