SAS Viya MCP Server

A Model Context Protocol (MCP) server for executing SAS code, training AutoML projects, scoring models and so much more for SAS Viya environments.

People who work with Viya and Tiers and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 58 · #113 OF 204 MAINTAINED SECURITY · VERIFIED 2026-09-18

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install SAS Viya

before you install - you'll need

Set VIYA_ENDPOINT, MCP_TIERS, MCP_READ_ONLY, COLLECTION_MODE before connecting.

Docker

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

Claude Desktop - add to config

{
  "mcpServers": {
    "sassoftware-sas-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/sassoftware/sas-mcp-server:1.15.0"
      ]
    }
  }
}
Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as container (OCI image) - can be sandboxed away from your filesystem

license Apache-2.0 - declared in the repository

registry namespace io.github.sassoftware is GitHub-verified and matches the repo owner

03 · What SAS Viya can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.15.0 · 2026-09-15

A minor release, and the first in which a result can be more than text. Ten tools now carry an interactive view - a data grid, a SAS log viewer and three glossary views - that MCP Apps clients render beside the result.…

v1.14.2 · 2026-09-11

A patch release driven by three field reports. One fixes interactive sign-in from GitHub Copilot CLI; the other two fix failures that happened for a real reason while the output said nothing useful about it.…

v1.14.0 · 2026-09-07

Highlights · Tier 9 shipped in v1.13.0 and was immediately used to build a real 122-term glossary. This release is what that use found - thirteen fixes and four new tools, all from two rounds of field feedback against…

04 · Who maintains SAS Viya

SAS Viya is maintained by sassoftware. It's the only MCP server we track from this author; the repo dates to Nov 2025.

05 · Facts

category
security - ranked #113 of 204 actively-maintained security servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-15)
registry
io.github.sassoftware/sas-mcp-server (active, first published 2026-08-12 · 12 versions)
packages
oci:ghcr.io/sassoftware/sas-mcp-server:1.15.0

06 · SAS Viya FAQ

What is SAS Viya?

A Model Context Protocol (MCP) server for executing SAS code, training AutoML projects, scoring models and so much more for SAS Viya environments.

Is SAS Viya still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install SAS Viya?

Run `docker run -i --rm ghcr.io/sassoftware/sas-mcp-server:1.15.0`. The README documents 4 environment variables (VIYA_ENDPOINT, MCP_TIERS, MCP_READ_ONLY…) to set first. Set VIYA_ENDPOINT, MCP_TIERS, MCP_READ_ONLY, COLLECTION_MODE before connecting. You can also paste the ready-made client config above.

07 · Alternatives to SAS Viya

More security MCP servers · Clearfront · Social GPT · Action1 MCP · S Gw · Airlock

More Python MCP servers · Sassy MCP · Perenna · Vexor · Ephemeris MCP · see all