convexity mcp for Windsurf
io.github.bayesian-energy/convexity-mcp
Build, edit, solve and analyse Convexity energy-system models from any MCP client; drives the app.
client:Windsurf
transport:stdio
runtime:npm
Install convexity mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"convexity-mcp": {
"command": "npx",
"args": [
"-y",
"convexity-mcp"
],
"env": {
"CONVEXITY_API_KEY": "<CONVEXITY_API_KEY>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs