minutes for Zed
io.github.silverstein/minutes
The private, owned conversation-memory layer for AI. Record, transcribe, and search every meeting.
client:Zed
transport:stdio
runtime:npm
Install minutes in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"minutes": {
"command": "npx",
"args": [
"-y",
"minutes-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs