Execute SAS code and query Compute, CAS, and model APIs on SAS Viya via OAuth 2.0.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ghcr.io/sassoftware/sas-mcp-server:1.11.1 · oci
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sassoftware/sas-mcp-server",
"description": "Execute SAS code and query Compute, CAS, and model APIs on SAS Viya via OAuth 2.0.",
"title": "SAS Viya",
"repository": {
"url": "https://github.com/sassoftware/sas-mcp-server",
"source": "github"
},
"version": "1.11.1",
"packages": [
{
"registryType": "oci",
"identifier": "ghcr.io/sassoftware/sas-mcp-server:1.11.1",
"runtimeHint": "docker",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"description": "Mount the SAS Viya CLI token cache into the container. The server reads ~/.sas/credentials.json, and $HOME is /app inside the image, so the .sas directory has to land at /app/.sas.",
"isRequired": true,
"value": "{sas_token_dir}:/app/.sas",
"variables": {
"sas_token_dir": {
"description": "The .sas directory in your home directory, written by `sas-viya auth loginCode`. On Windows, C:\\Users\\<you>\\.sas.",
"isRequired": true,
"format": "filepath"
}
},
"type": "named",
"name": "-v"
}
],
"packageArguments": [
{
"value": "app-stdio",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Base URL of your SAS Viya environment, e.g. https://viya.example.com. No trailing slash.",
"isRequired": true,
"format": "string",
"name": "VIYA_ENDPOINT"
},
{
"description": "Set false only for a self-signed Viya certificate. Disables verification for the whole process, so prefer a trusted certificate.",
"format": "string",
"default": "true",
"name": "SSL_VERIFY"
},
{
"description": "SASLogon OAuth client id used for the token refresh exchange.",
"format": "string",
"default": "sas-mcp",
"name": "CLIENT_ID"
},
{
"description": "Compute context that backs SAS code execution.",
"format": "string",
"default": "SAS Job Execution compute context",
"name": "COMPUTE_CONTEXT_NAME"
},
{
"description": "Expose only some tool tiers, e.g. 0-4 or 0,1,7. Empty exposes all 75 tools. Tiers: 0 Compute, 1 Data Discovery, 2 Data Operations, 3 Reports, 4 Batch Jobs, 5 AutoML, 6 Models, 7 Decisioning.",
"format": "string",
"name": "MCP_TIERS"
},
{
"description": "Expose only tools that neither change server-side state nor cause server-side work (43 of 75). Composes with MCP_TIERS.",
"format": "string",
"default": "false",
"name": "MCP_READ_ONLY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-20T06:25:33.346211Z",
"publishedAt": "2026-08-20T06:25:33.346211Z",
"updatedAt": "2026-08-20T06:25:33.346211Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.11.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.