myc for Zed
io.github.aistastudio/myc
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
client:Zed
transport:stdio
runtime:npm
Install myc in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"myc": {
"command": "npx",
"args": [
"-y",
"@aistastudio/myc"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs