Skip to main content
Glama
run_server.py420 B
#!/usr/bin/env python """Run the Game Assets Generator MCP Server.""" import os import sys from pathlib import Path # Add project root to path project_root = Path(__file__).parent sys.path.insert(0, str(project_root)) # Load environment variables from .env file try: from dotenv import load_dotenv load_dotenv() except ImportError: pass from server.main import main 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/tuannguyen14/ComfyAI-MCP-GameAssets'

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