sas-score-mcp-serverjs

sassoftware/sas-score-mcp-serverjs
★ 1 stars JavaScript 🧠 Memory/Knowledge Updated today
A Model Context Protocol (MCP) server for scoring with SAS Viya
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "sas-score-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sassoftware/sas-score-mcp-serverjs"
      ]
    }
  }
}