MetaEngine for Zed
eu.metaengine/mcp-server
Code generation from JSON recipes, linked type graphs, and API schemas across 11 languages.
client:Zed
transport:stdio
runtime:npm
Install MetaEngine in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@metaengine/mcp-server"
],
"env": {
"METAENGINE_API_URL": "<METAENGINE_API_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs