Skip to main content
Glama
__init__.py•572 B
""" MCP PyBoy Emulator Server An MCP server that enables LLMs to interact with Game Boy games through PyBoy emulation, featuring minimal knowledge persistence, human handoff capabilities, and real-time monitoring. """ __version__ = "0.1.0" __author__ = "Your Name" __email__ = "your.email@example.com" # Imports will be added as modules are implemented # from .mcp_server.server import MCPServer # from .game_session.manager import GameSessionManager # from .notebook.notebook import NotebookManager __all__ = [ "__version__", "__author__", "__email__", ]

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/ssimonitch/mcp-pyboy'

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