"""Entry point for the PyGithub MCP Server.
This module provides the main entry point for running the server.
"""
from pygithub_mcp_server.server import create_server
def main():
"""Run the GitHub MCP server."""
server = create_server()
server.run()
if __name__ == "__main__":
main()
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/AstroMined/pygithub-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server