odysee mcp for Zed
io.github.mrfentmen/odysee-mcp
Keyless Odysee video search by keyword or channel.
client:Zed
transport:stdio
runtime:npm
Install odysee mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"odysee-mcp": {
"command": "npx",
"args": [
"-y",
"odysee-mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs