Skip to main content
Glama
Evin009

GitHub MCP Server

by Evin009

GitHub MCP Server - Architecture Flowchart

Data Flow

User Request
    │
    ▼
┌─────────────────────────────────────┐
│   github_mcp_server.py              │
│   (Receives JSON-RPC Request)       │
└──────────────┬──────────────────────┘
               │
               ▼
┌─────────────────────────────────────┐
│   github_api.py                     │
│   (Processes GitHub API Call)       │
└──────────────┬──────────────────────┘
               │
               ▼
┌─────────────────────────────────────┐
│   GitHub Servers                    │
│   (Returns Data)                    │
└──────────────┬──────────────────────┘
               │
               ▼
┌─────────────────────────────────────┐
│   github_api.py                     │
│   (Parses Response)                 │
└──────────────┬──────────────────────┘
               │
               ▼
┌─────────────────────────────────────┐
│   github_mcp_server.py              │
│   (Formats as JSON-RPC)             │
└──────────────┬──────────────────────┘
               │
               ▼
         Claude Response
         "You have 5 repos"

Related MCP server: GitHub MCP Server

Simple Linear Flow

User → MCP Server → GitHub API Handler → GitHub → Handler → MCP Server → Claude

Component Responsibilities

Component

Does What

User/Claude

Sends natural language request

github_mcp_server.py

Converts request to function call

github_api.py

Calls GitHub API

GitHub Servers

Returns actual data

Claude

Returns human-readable response

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityInactive
ResponsivenessSyncing

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

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/Evin009/GitHub-MCP'

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