myinstants for Zed
io.github.austenstone/myinstants
Give your AI agent a soundboard. Millions of meme sounds from myinstants.com.
client:Zed
transport:stdio
runtime:npm
Install myinstants in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"myinstants": {
"command": "npx",
"args": [
"-y",
"myinstants-mcp"
],
"env": {
"MYINSTANTS_VOLUME": "<MYINSTANTS_VOLUME>",
"MYINSTANTS_WAIT": "<MYINSTANTS_WAIT>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs