The MCP Server includes 12 guided prompts for common workflows, including solving, uploading, diagnostics, and model management. It also includes two resources: a live model catalog and a browsable example library reference.
Commands
The MCP Server includes a small set of commands that allow you to configure and manage your connection to the RASON platform directly from Visual Studio Code. These commands are accessed through the Command Palette and are primarily used for setting or clearing your authentication token, as well as opening extension settings.
| Command | Description |
|---|---|
| RASON: Set Auth Token | Set the bearer token for RASON API authentication. |
| RASON: Clear Auth Token | Remove the stored authentication token. |
| RASON: Open Settings | Open RASON extension settings. |
Settings
The MCP Server extension includes a small set of configurable settings that control how it connects to the RASON platform and handles results. These settings are available within Visual Studio Code and can be accessed through the extension settings or directly through the Command Palette.
The most important setting is the authentication token, which enables access to cloud-based features such as solving models and managing them in your RASON account.
| Setting | Default | Description |
|---|---|---|
rason.authToken |
"" |
Bearer token for the RASON REST API. |
rason.cloudSolverUri |
https://rason.net |
Base URL of the RASON server. |
rason.mcp.resultArrayLimit |
25 |
Maximum array or DataFrame rows before summarizing. |
rason.mcp.resultSizeLimit |
50000 |
Maximum result characters before truncating. |
Standalone MCP Server Options
The MCP Server is also available separately for use in another MCP client, or in Visual Studio Code without the RASON editor, Power BI, and Excel integrations.
- RASON MCP Server — Standalone Visual Studio Code extension for the MCP Server only.
- @frontlinesystems/rason-mcp-server — NPM package for use with Claude Desktop, Cursor, and other MCP clients outside Visual Studio Code.
Disclaimer
This software is provided "as is", without warranty of any kind. Use of this MCP server involves interaction with external cloud services (RASON REST API). You are responsible for reviewing actions before they are executed, managing your own credentials securely, and ensuring compliance with applicable terms of service. Before uploading models, files, or data to RASON cloud services, review Frontline Systems' Terms and Conditions and Privacy Policy . AI-generated model formulations and interpretations of solve results should be validated before use in production or decision-making.
