Stratta for Zed
ch.stratta/mcp
Read the SIA and Eurocode norms your bureau licensed, cited to the section and page.
client:Zed
transport:stdio
runtime:npm
Install Stratta in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@stratta/mcp"
],
"env": {
"STRATTA_API_KEY": "<STRATTA_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs