convexity mcp for Cursor
io.github.bayesian-energy/convexity-mcp
Build, edit, solve and analyse Convexity energy-system models from any MCP client; drives the app.
client:Cursor
transport:stdio
runtime:npm
Install convexity mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"convexity-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"convexity-mcp"
],
"env": {
"CONVEXITY_API_KEY": "<CONVEXITY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs