← Back to Plugins
MCP Server MCP

io.github.VonderVuflya/yggdrasil

github By github 👁 1 views ▲ 0 votes

One shared, durable memory for your AI coding agents — local-first, zero-dependency.

Homepage Verified source GitHub

Install

uvx yggdrasil-memory

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "yggdrasil-memory",
      "version": "0.15.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional",
          "valueHint": "subcommand"
        }
      ],
      "environmentVariables": [
        {
          "description": "Base URL of the Yggdrasil engine HTTP API.",
          "format": "string",
          "default": "http://127.0.0.1:42069",
          "name": "YGG_ENGINE_URL"
        },
        {
          "description": "Bearer token for authenticating to the Yggdrasil engine (from ~/.yggdrasil/token after `ygg install`).",
          "format": "string",
          "isSecret": true,
          "name": "YGG_ENGINE_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...