Skip to main content
Glama
wuqunfei

github-mcp-server-js

by wuqunfei

github-mcp-server-js

A GitHub MCP server built on octokit.js and the MCP TypeScript SDK v2.

Usage

npx github-mcp-server-js

Runs over stdio by default. For a standalone HTTP server:

npx github-mcp-server-js --transport=http --port=3000

Related MCP server: mcp-github-server

Configuration

Variable

Required

Default

Description

GITHUB_TOKEN

Yes

Personal access token used for all GitHub API calls

GITHUB_SERVER_URL

No

github.com

GitHub host — bare hostname or full API base URL. Set this for GitHub Enterprise Server

GITHUB_PERMISSION

No

read-write

read-only or read-write

LOG_LEVEL

No

info

debug, info, or error

Toolsets

Currently implemented:

  • repos — repository, branch, commit, tag, and file-contents tools

  • issues — issue CRUD, comments, labels, and conversation locking

  • pull_requests — pull request listing, creation, merging, reviews, and reviewer requests

Additional toolsets (actions, and more) are tracked in docs/superpowers/specs/2026-08-05-github-mcp-server-design.md.

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A MCP server built for developers enabling Git based project management with project and personal…

  • A Model Context Protocol (MCP) application for automated GitHub PR analysis and issue management.…

View all MCP Connectors

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/wuqunfei/github-mcp-server-js'

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