Skip to main content
Glama
GeLi2001

Statsig MCP Server

__main__.py409 B
#!/usr/bin/env python3 """ Main entry point for the Statsig MCP server. This module allows the package to be run with `python -m statsig_mcp`. """ import asyncio import sys from .server import main if __name__ == "__main__": try: asyncio.run(main()) except KeyboardInterrupt: sys.exit(0) except Exception as e: print(f"Error: {e}", file=sys.stderr) sys.exit(1)

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/GeLi2001/statsig-mcp'

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