Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

convexity mcp in other clients