Loading MCP server directory, please wait...
Build, solve, and analyze RASON optimization, simulation, data science, and decision models
npx @getmcp/cli add io.github.FrontlineSystems/rason-mcp-serverRequires Node.js 18+. Community-contributed server. Review source before installing.
RASON_BEARER_TOKENRASON API bearer token. Required for model management, solving, and diagnostics. Obtain at https://rason.com/.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.FrontlineSystems/rason-mcp-server": {
"command": "npx",
"args": [
"-y",
"@frontlinesystems/rason-mcp-server"
],
"env": {
"RASON_BEARER_TOKEN": "",
"RASON_SERVER_URL": "https://rason.net",
"RASON_RESULT_ARRAY_LIMIT": "25",
"RASON_RESULT_SIZE_LIMIT": "50000",
"RASON_REQUEST_TIMEOUT": "300000"
}
}
}
}