Stats
Actions
Tags
From yggdrasil
Local memory server for Claude that stores and retrieves contextual information across conversations, enabling persistent state. Runs via Python (uv).
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"yggdrasil": {
"command": "uvx",
"args": [
"--from",
"yggdrasil-memory",
"ygg",
"mcp"
]
}
}
}Server configuration and connection parameters
uvxCommand-line arguments passed to the server process
npx claudepluginhub vondervuflya/yggdrasil --plugin yggdrasil