Skip to main content
Glama

GitHub MCP Server

by timbuchinger
__init__.py471 B
"""Command implementations for GitHub operations.""" from abc import ABC, abstractmethod from typing import Any, Dict class IssueCommand(ABC): """Base class for GitHub issue-related commands.""" @abstractmethod def execute(self) -> Dict[str, Any]: """Execute the command. Returns: Dict containing the command result Raises: GitHubError: If there is an error executing the command """ pass

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/timbuchinger/mcp-github'

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