Back to Home
timescale icon

tiger-gh-mcp-server

Verified Safe

by timescale

Overview

Provides a set of focused tools to Large Language Models (LLMs) for interacting with the GitHub API, enabling capabilities like fetching issues, pull requests, commits, releases, and searching code within a specified organization.

Installation

Run Command
node dist/index.js stdio

Environment Variables

  • GITHUB_TOKEN
  • GITHUB_ORG
  • MAX_SECONDARY_RETRY_TIMEOUT_IN_SECONDS
  • GITHUB_REQUEST_RETRIES

Security Notes

The server uses standard practices for handling sensitive information, requiring `GITHUB_TOKEN` and `GITHUB_ORG` to be set as environment variables. It leverages the `@octokit/rest` library for GitHub API interactions, which is a well-maintained and widely used client. Input sanitization for GitHub API calls is implicitly handled by the Octokit library. No direct `eval` or command injection vulnerabilities were observed.

Similar Servers

Stats

Interest Score41
Security Score9
Cost ClassMedium
Avg Tokens1500
Stars31
Forks1
Last Update2026-01-07

Tags

GitHubLLM ToolAPI WrapperModel Context ProtocolTypeScript