Skip to main content
Glama
Seey215
by Seey215

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TRANSPORTNoTransport type. Set to 'streamableHttp' to enable HTTP/SSE transport (e.g., MCP_TRANSPORT=streamableHttp).
GITHUB_ACCESS_TOKENNoGitHub Personal Access Token. Required for API calls, but server can start without it.
STREAMABLE_HTTP_PORTNoPort for the Streamable HTTP server when using streamableHttp transport (e.g., STREAMABLE_HTTP_PORT=3001).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
addC

Add two numbers

list_issuesC

List issues in a GitHub repository

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

C2.4/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are completely unrelated in purpose: one is arithmetic, the other is GitHub issue listing. There is no ambiguity between them.

Naming Consistency2/5

The tool names are inconsistent: 'add' is a generic verb while 'list_issues' follows a verb_noun pattern. There is no uniform naming convention.

Tool Count2/5

With only 2 tools, the tool count is too low for a server named 'github-mcp'. The arithmetic tool seems out of place, and the server lacks depth.

Completeness1/5

The server is named for GitHub but provides only one GitHub-related tool. There are no tools for creating, updating, or closing issues, and the arithmetic tool is unrelated.

Maintenance

ActivityInactive
ResponsivenessNo issues