Skip to main content
Glama
main.py323 B
# Copyright © 2025, SAS Institute Inc., Cary, NC, USA. All Rights Reserved. # SPDX-License-Identifier: Apache-2.0 import uvicorn from .config import HOST_PORT def main(): uvicorn.run( "sas_mcp_server.mcp_server:app", host="0.0.0.0", port=HOST_PORT, reload=True ) if __name__ == "__main__": main()

Latest Blog Posts

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