"""GitHub MCP Server.
This package provides a Model Context Protocol server for interacting with
the GitHub API. It exposes tools for common GitHub operations like managing
issues, repositories, and pull requests.
"""
from .server import create_server
from .version import VERSION
__version__ = VERSION
__all__ = ["create_server", "__version__"]
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