← Back to Plugins
MCP Server MCP

GoodMemory

github By github 👁 1 views ▲ 0 votes

Durable user/project memory for MCP clients: recall context and remember selected facts.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "goodmemory",
      "version": "0.7.5",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        },
        {
          "description": "Run the standalone read-only MCP server without an installed host.",
          "type": "named",
          "name": "--standalone"
        },
        {
          "description": "Stable GoodMemory user id that scopes this client's memory.",
          "isRequired": true,
          "value": "{user_id}",
          "variables": {
            "user_id": {
              "description": "Your stable GoodMemory user id.",
              "isRequired": true,
              "format": "string"
            }
          },
          "type": "named",
          "name": "--user-id"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...