tiger-gh-mcp-server
Verified Safeby timescale
Overview
Provides focused tools to LLMs for interacting with GitHub repositories and data via the Model Context Protocol.
Installation
npm run startEnvironment Variables
- GITHUB_TOKEN
- GITHUB_ORG
- MAX_SECONDARY_RETRY_TIMEOUT_IN_SECONDS
- GITHUB_REQUEST_RETRIES
Security Notes
The server requires GitHub tokens via environment variables, explicitly preventing hardcoding. It includes throttling and retry mechanisms for GitHub API calls, which is good practice. No 'eval' or obvious malicious patterns were found. Assumes the GitHub token is provided with appropriate least-privilege scopes.
Similar Servers
agent
The 1MCP agent acts as a proxy for the Model Context Protocol, managing various MCP servers, enabling application configuration consolidation, and providing tools for registry interaction and preset management.
tiger-linear-mcp-server
Provides LLMs with focused tools to interact with the Linear API for issue and project management.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
deployhq-mcp-server
This is a backend server component, likely acting as a "Master Control Program" for deployment workflows or a core service, developed using Node.js and TypeScript.