Skip to main content
Glama
server.py323 B
import os import sys from .tools import mcp def main() -> None: if not os.getenv("MICROSOFT_MCP_CLIENT_ID"): print( "Error: MICROSOFT_MCP_CLIENT_ID environment variable is required", file=sys.stderr, ) sys.exit(1) mcp.run() if __name__ == "__main__": main()

Implementation Reference

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/elyxlz/microsoft-mcp'

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