Skip to main content
Glama

MCP Cheat Engine Server

by bethington
.gitignore•9.12 kB
# Byte-compiled / optimized / DLL files __pycache__/ *.py[cod] *$py.class # C extensions *.so # Distribution / packaging .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller # Usually these files are written by a python script from a template # before PyInstaller builds the exe, so as to inject date/other infos into it. *.manifest *.spec # Installer logs pip-log.txt pip-delete-this-directory.txt # Unit test / coverage reports htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ cover/ # Translations *.mo *.pot # Django stuff: *.log local_settings.py db.sqlite3 db.sqlite3-journal # Flask stuff: instance/ .webassets-cache # Scrapy stuff: .scrapy # Sphinx documentation docs/_build/ # PyBuilder .pybuilder/ target/ # Jupyter Notebook .ipynb_checkpoints # IPython profile_default/ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: # .python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. # However, in case of collaboration, if having platform-specific dependencies or dependencies # having no cross-platform support, pipenv may install dependencies that don't work, or not # install all needed dependencies. #Pipfile.lock # poetry # Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control. # This is especially recommended for binary packages to ensure reproducibility, and is more # commonly ignored for libraries. # https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control #poetry.lock # pdm # Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control. #pdm.lock # pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it # in version control. # https://pdm.fming.dev/#use-with-ide .pdm.toml # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm __pypackages__/ # Celery stuff celerybeat-schedule celerybeat.pid # SageMath parsed files *.sage.py # Environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # Spyder project settings .spyderproject .spyproject # Rope project settings .ropeproject # mkdocs documentation /site # mypy .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker .pyre/ # pytype static type analyzer .pytype/ # Cython debug symbols cython_debug/ # PyCharm # JetBrains specific template is maintained in a separate JetBrains.gitignore that can # be added to the global gitignore or merged into this project gitignore. For PyCharm # Community Edition, use 'PyCharm CE' instead of 'PyCharm'. .idea/ # Visual Studio Code .vscode/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json !.vscode/*.code-snippets # Local History for Visual Studio Code .history/ # Built Visual Studio Code Extensions *.vsix # Windows Thumbs.db Thumbs.db:encryptable ehthumbs.db ehthumbs_vista.db *.tmp *.temp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # PyDev specific (Python IDE for Eclipse) *.pydevproject # CDT-specific (C/C++ Development Tooling) .cproject # CDT- autotools .autotools # Java annotation processor (APT) .factorypath # PDT-specific (PHP Development Tools) .buildpath # sbteclipse plugin .target # Tern plugin .tern-project # TeXlipse plugin .texlipse # STS (Spring Tool Suite) .springBeans # Code Recommenders .recommenders/ # Annotation Processing .apt_generated/ .apt_generated_test/ # Scala IDE specific (Scala & Java) .scala_dependencies .worksheet # macOS .DS_Store .AppleDouble .LSOverride Icon # Thumbnails ._* # Files that might appear in the root of a volume .DocumentRevisions-V100 .fseventsd .Spotlight-V100 .TemporaryItems .Trashes .VolumeIcon.icns .com.apple.timemachine.donotpresent # Directories potentially created on remote AFP share .AppleDB .AppleDesktop Network Trash Folder Temporary Items .apdisk # Project-specific files # Log files logs/ *.log # Configuration files with sensitive data server/config/settings.json server/config/whitelist.json server/config/user_config.json # Runtime data *.pid *.seed *.pid.lock # Directory for instrumented libs generated by jscoverage/JSCover lib-cov # Coverage directory used by tools like istanbul coverage/ # nyc test coverage .nyc_output # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) .grunt # Bower dependency directory (https://bower.io/) bower_components # node_modules node_modules/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # dotenv environment variable files .env.development.local .env.test.local .env.production.local .env.local # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ public # Storybook build outputs .out .storybook-out storybook-static # Temporary folders tmp/ temp/ # Runtime data pids *.pid *.seed *.pid.lock # Dependency directories jspm_packages/ # Snowpack dependency directory (https://snowpack.dev/) web_modules/ # TypeScript cache *.tsbuildinfo # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional stylelint cache .stylelintcache # Microbundle cache .rpt2_cache/ .rts2_cache_cjs/ .rts2_cache_es/ .rts2_cache_umd/ # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # MCP Cheat Engine Server Specific # Process dumps *.dmp # Memory dumps *.mdmp # Cheat Engine tables (user-generated) *.CT *.ct # Temporary analysis files analysis_*.json scan_results_*.json memory_dump_*.bin # Debug outputs debug_*.txt trace_*.log # User workspace files workspace/ user_data/ # Backup files *.backup *.old # Cache directories cache/ .cache/ # Lock files *.lock # Database files *.db *.sqlite *.sqlite3 # Compiled Python extensions *.pyd # Windows executable files *.exe *.dll *.sys # Binary data files *.bin *.dat # Archive files *.zip *.tar *.tar.gz *.rar *.7z # Image files (screenshots, etc.) *.png *.jpg *.jpeg *.gif *.bmp *.ico # Video files *.mp4 *.avi *.mov *.wmv # Audio files *.mp3 *.wav *.ogg # Document files *.pdf *.doc *.docx *.xls *.xlsx *.ppt *.pptx # Keep important documentation !README.md !LICENSE !CHANGELOG.md !docs/*.md !*.md # Keep configuration templates !server/config/settings.example.json !server/config/whitelist.example.json # Keep sample files !samples/ !examples/ !tests/ # Version control .git/ .gitattributes .gitmodules # Security and sensitive files secrets.json api_keys.txt passwords.txt *.key *.pem *.crt *.p12 *.pfx # Performance and profiling *.prof *.profile performance_*.json # Core dumps core.* *.core # OS generated files .directory .fuse_hidden* .nfs* # Package files *.deb *.rpm *.msi *.pkg *.dmg # Development tools .vagrant/ Vagrantfile.local .docker/ docker-compose.override.yml # IDE and editor files *.sublime-project *.sublime-workspace .atom/ .brackets.json *.code-workspace # Linting and formatting .pylintrc.local .flake8.local .black.toml.local # Testing .pytest_cache/ .coverage.* htmlcov/ .tox/ .nox/ # Documentation builds docs/_build/ docs/build/ site/ # Temporary Python files *.pyc *.pyo *.pyd __pycache__/ # Virtual environments venv*/ env*/ ENV*/ # Local development local/ .local/ # Jupyter .ipynb_checkpoints/ *.ipynb # System files *.lnk desktop.ini $RECYCLE.BIN/ .Spotlight-V100 .Trashes # Backup and recovery *.bak *.backup *.old *.orig *.rej *.save *.tmp # Runtime and process files *.pid *.lock *.sock *.socket # Application data app_data/ user_settings/ preferences/

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/bethington/cheat-engine-server-python'

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