← Back to Plugins
MCP Server MCP

darwin-memo

github By github 👁 1 views ▲ 0 votes

Self-curating agent memory kept honest by survival-based selection over measured outcomes.

Homepage Verified source GitHub

Install

uvx darwin-memo

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "darwin-memo",
      "version": "0.6.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "runtimeArguments": [
        {
          "description": "Install the mcp extra alongside the version-pinned package; with --from, uvx would read the darwin-memo@VERSION spec as a literal executable name and fail",
          "isRequired": true,
          "value": "darwin-memo[mcp]",
          "type": "named",
          "name": "--with"
        }
      ],
      "packageArguments": [
        {
          "description": "Subcommand of the darwin-memo console script (the one uvx runs for darwin-memo@VERSION) that serves MCP over stdio",
          "isRequired": true,
          "value": "mcp",
          "type": "positional",
          "valueHint": "mcp"
        }
      ],
      "environmentVariables": [
        {
          "description": "Path to the persistent memory file (default ~/.darwin-memo/memory.json)",
          "format": "filepath",
          "name": "DARWIN_MEMO_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...