Odel
SAS Viya

SAS Viya

Local
@sassoftware54PythonApache-2.0Updated 2 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/sassoftware/sas-mcp-server:1.13.0

Run

docker run -i --rm ghcr.io/sassoftware/sas-mcp-server:1.13.0

MCP client config

{
  "mcpServers": {
    "sas-viya": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sassoftware/sas-mcp-server:1.13.0"
      ]
    }
  }
}