Skip to main content
Glama
appare45

github-token-mcp

by appare45

github-token-mcp

spec.md の実装。devcontainer内のエージェントへ、GitHub App installation access token を都度発行するホスト専用MCPサーバー。

技術構成

  • MCP server: @modelcontextprotocol/server v2 (createMcpHandler + McpServer) を Streamable HTTP で配信

  • GitHub App認証: @octokit/auth-appcreateAppAuth(JWT生成・token交換は自前実装しない)

  • 秘密鍵取得: @1password/sdkDesktopAuth — CLIシェルアウトではなく1Password desktop appでの生体認証/システム認証プロンプトを都度要求する

  • Bearer認証: @modelcontextprotocol/expressrequireBearerAuth。devcontainer側は固定の共有トークンを提示する

Related MCP server: GitHub MCP Server

セットアップ

npm install
cp .env.example .env  # 値を埋める
  • GITHUB_APP_ID / GITHUB_APP_INSTALLATION_ID: 対象のGitHub App / インストール

  • GITHUB_APP_PRIVATE_KEY_OP_REF: 秘密鍵の1Password secret reference (op://vault/item/field)

  • OP_ACCOUNT_NAME: 1Password desktop app サイドバーに表示されるアカウント名(DesktopAuth用)

  • MCP_BEARER_TOKEN: devcontainer側が Authorization: Bearer <token> で提示する共有シークレット

1Password desktop app側で Settings > Developer > Integrate with other apps を有効化しておくこと。

npm run dev    # tsx watch で起動
npm run build && npm start

実装状況(骨子)

  • get_installation_token ツールの型定義・入力バリデーション

  • repos カバレッジ検証 → repo_not_installed

  • permissions 部分集合検証 → permission_escalation_denied

  • 1Password 経由の秘密鍵取得 → key_unavailable

  • @octokit/auth-app へのトークン発行委譲 → github_api_error

  • Streamable HTTP + Bearer認証での配信

  • 実際のGitHub App / 1Password vaultに対する動作確認(要人間による認証情報準備)

  • devcontainer側の利用パターン(spec.mdで明示的に後回しとされている)

ディレクトリ構成

src/
  config.ts                       環境変数ロード
  errors.ts                       spec.md の4種類のエラーコードに対応するTokenError
  op-secret.ts                    1Password DesktopAuth 経由の秘密鍵取得
  github-auth.ts                  installation repos/permissions 検証 + createAppAuth 呼び出し
  tools/get-installation-token.ts get_installation_token ツール本体
  server.ts                       McpServer ファクトリ(ツール登録)
  index.ts                        HTTPエントリポイント(bearer認証 + createMcpHandler配信)
F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
<1hResponse 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

  • F
    license
    -
    quality
    D
    maintenance
    Enables access to GitHub repositories and data through the GitHub API. Supports retrieving repositories, issues, pull requests, and searching code across GitHub with authentication via personal access tokens.
  • F
    license
    -
    quality
    D
    maintenance
    Mints short-lived, scoped GitHub App installation tokens on demand for AI agents to access git repositories or the GitHub API.
  • F
    license
    -
    quality
    D
    maintenance
    Provides GitHub App authentication for Git and API operations, enabling temporary token generation for private repository access.

View all related MCP servers

Related MCP Connectors

  • Issue, rotate and revoke scoped API-key passes for 25+ providers — the agent never sees a real key

  • Connect AI assistants to your GitHub-hosted Obsidian vault to seamlessly access, search, and analy…

  • Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.

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

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