← Back to browse

RASON

About

Build, solve, and analyze RASON optimization, simulation, data science, and decision models

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsRASON_BEARER_TOKEN RASON_SERVER_URL RASON_RESULT_ARRAY_LIMIT RASON_RESULT_SIZE_LIMIT RASON_REQUEST_TIMEOUT
Claude Code
claude mcp add --env RASON_BEARER_TOKEN= --env RASON_SERVER_URL= --env RASON_RESULT_ARRAY_LIMIT= --env RASON_RESULT_SIZE_LIMIT= --env RASON_REQUEST_TIMEOUT= rason-mcp-server -- npx @frontlinesystems/rason-mcp-server
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"rason-mcp-server","command":"npx","args":["@frontlinesystems/rason-mcp-server"],"env":{"RASON_BEARER_TOKEN":"","RASON_SERVER_URL":"","RASON_RESULT_ARRAY_LIMIT":"","RASON_RESULT_SIZE_LIMIT":"","RASON_REQUEST_TIMEOUT":""}}'
JSON
{
  "mcpServers": {
    "rason-mcp-server": {
      "command": "npx",
      "args": [
        "@frontlinesystems/rason-mcp-server"
      ],
      "env": {
        "RASON_BEARER_TOKEN": "",
        "RASON_SERVER_URL": "",
        "RASON_RESULT_ARRAY_LIMIT": "",
        "RASON_RESULT_SIZE_LIMIT": "",
        "RASON_REQUEST_TIMEOUT": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.