Matra for Zed
com.matrajs/matra
The Matra rich text editor's documentation as an MCP server: every extension, command and API.
client:Zed
transport:stdio
runtime:npm
Install Matra in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"matra": {
"command": "npx",
"args": [
"-y",
"@matrajs/mcp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs