Skip to content
Zed

RASON for Zed

io.github.frontlinesystems/rason-mcp-server

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

client:Zed transport:stdio runtime:npm

Install RASON in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

RASON in other clients