myc for Claude Desktop
io.github.aistastudio/myc
Task queue, decisions and memory for coding agents. Local SQLite, no network. Requires Bun.
client:Claude Desktop
transport:stdio
runtime:npm
Install myc in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"myc": {
"command": "npx",
"args": [
"-y",
"@aistastudio/myc"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs