convexity mcp for Cline
io.github.bayesian-energy/convexity-mcp
Build, edit, solve and analyse Convexity energy-system models from any MCP client; drives the app.
client:Cline
transport:stdio
runtime:npm
Install convexity mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"convexity-mcp": {
"command": "npx",
"args": [
"-y",
"convexity-mcp"
],
"env": {
"CONVEXITY_API_KEY": "<CONVEXITY_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs