RASON for Windsurf
io.github.frontlinesystems/rason-mcp-server
Build, solve, and analyze RASON optimization, simulation, data science, and decision models
client:Windsurf
transport:stdio
runtime:npm
Install RASON in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs