Skip to content
Windsurf

SAS Viya for Windsurf

io.github.sassoftware/sas-mcp-server

Execute SAS code and query Compute, CAS, and model APIs on SAS Viya via OAuth 2.0.

client:Windsurf transport:stdio runtime:oci

Install SAS Viya in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

{
  "mcpServers": {
    "sas-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sassoftware/sas-mcp-server:1.16.1"
      ],
      "env": {
        "VIYA_ENDPOINT": "<VIYA_ENDPOINT>",
        "SSL_VERIFY": "<SSL_VERIFY>",
        "CLIENT_ID": "<CLIENT_ID>",
        "COMPUTE_CONTEXT_NAME": "<COMPUTE_CONTEXT_NAME>",
        "MCP_TIERS": "<MCP_TIERS>",
        "MCP_READ_ONLY": "<MCP_READ_ONLY>",
        "MCP_APPS": "<MCP_APPS>",
        "MCP_STATELESS_HTTP": "<MCP_STATELESS_HTTP>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

SAS Viya in other clients