notion for Zed
com.mcparmory/notion
Create, update, and manage pages, databases, and workspace users
client:Zed
transport:stdio
runtime:pypi
Install notion in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"notion": {
"command": "uvx",
"args": [
"mcparmory-notion"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs