RASON for Cline
io.github.frontlinesystems/rason-mcp-server
Build, solve, and analyze RASON optimization, simulation, data science, and decision models
client:Cline
transport:stdio
runtime:npm
Install RASON 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": {
"rason-mcp-server": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs