MCP Server
MCP
io.github.VonderVuflya/yggdrasil
One shared, durable memory for your AI coding agents — local-first, zero-dependency.
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
By
Comments
Sign in to leave a comment