Skip to main content
Glama

SAS MCP Server

Official
by sassoftware
pyproject.toml551 B
[project] name = "sas-mcp-server" version = "0.1.0" description = "Add your description here" readme = "README.md" authors = ["SAS Institute Inc."] requires-python = ">=3.12" dependencies = [ "fastmcp>=2.13.0.2", "httpx>=0.28.1", "pydantic>=2.12.4", "python-dotenv>=1.2.1", "uvicorn>=0.38.0", ] [project.scripts] app = "sas_mcp_server.main:main" [build-system] requires = ["uv_build>=0.8.22,<0.9.0"] build-backend = "uv_build" [dependency-groups] dev = [ "pytest>=9.0.0", "pytest-asyncio>=0.24.0", "ruff>=0.14.4", ]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sassoftware/sas-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server