RASON for Cursor
io.github.frontlinesystems/rason-mcp-server
Build, solve, and analyze RASON optimization, simulation, data science, and decision models
client:Cursor
transport:stdio
runtime:npm
Install RASON in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"rason-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "<RASON_BEARER_TOKEN>",
"RASON_SERVER_URL": "<RASON_SERVER_URL>",
"RASON_RESULT_ARRAY_LIMIT": "<RASON_RESULT_ARRAY_LIMIT>",
"RASON_RESULT_SIZE_LIMIT": "<RASON_RESULT_SIZE_LIMIT>",
"RASON_REQUEST_TIMEOUT": "<RASON_REQUEST_TIMEOUT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs