Supernote for Zed
io.github.ridget/supernote-mcp
Capture the screen, read/render notes, and upload files on a Ratta Supernote from an AI agent.
client:Zed
transport:stdio
runtime:npm
Install Supernote in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"supernote-mcp": {
"command": "npx",
"args": [
"-y",
"supernote-mcp"
],
"env": {
"SUPERNOTE_IP": "<SUPERNOTE_IP>",
"SUPERNOTE_DISCOVER": "<SUPERNOTE_DISCOVER>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs