convexity mcp for Zed
io.github.bayesian-energy/convexity-mcp
Build, edit, solve and analyse Convexity energy-system models from any MCP client; drives the app.
client:Zed
transport:stdio
runtime:npm
Install convexity mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"convexity-mcp": {
"command": "npx",
"args": [
"-y",
"convexity-mcp"
],
"env": {
"CONVEXITY_API_KEY": "<CONVEXITY_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs