5 hours ago
Server Config
{
"mcpServers": {
"yggdrasil": {
"command": "uvx",
"args": [
"--from",
"yggdrasil-memory",
"ygg",
"mcp"
],
"env": {
"YGG_ENGINE_URL": "http://127.0.0.1:42069",
"YGG_ENGINE_TOKEN": "<your token from ~/.yggdrasil/token — run `ygg install` first>"
}
}
}
}