mas-mcp-toolmaker

SundareshSankaran/mas-mcp-toolmaker
★ 0 stars Python 🤖 AI/LLM Updated today
Programmatically create a Model Context Protocol (MCP) server script encapsulating SAS Micro Analytic Service (MAS) modules from a SAS Viya environment. The output is a Python script in two flavours which can be used to stand up an MCP server using stdio transport layer, or a format friendly to SAS Retrieval Agent Manager (RAM).
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mas-mcp-toolmaker": {
      "command": "uvx",
      "args": [
        "mas-mcp-toolmaker"
      ]
    }
  }
}

Or install with pip: pip install mas-mcp-toolmaker

README Excerpt

This notebook helps you programmatically create a Model Context Protocol (MCP) server script calling published SAS Micro Analytic Service (MAS) modules discovered in a SAS Viya environment. The output is a Python script (in two flavours) which can be used to stand up an MCP server through stdio, Streamable HTTP (planned) and SAS Retrieval Agent Manager.

Topics

mcpmcp-serverpythonretrieval-agent-managersassas-viya