Back to Home
Cookee24 icon

GithubFetcher

Verified Safe

by Cookee24

Overview

This server provides a focused set of GitHub-read endpoints to allow large models to access code files and metadata efficiently, minimizing context noise.

Installation

Run Command
cargo run -- --token-env GITHUB_AUTH_TOKEN

Environment Variables

  • GITHUB_AUTH_TOKEN

Security Notes

The server uses `reqwest` for secure HTTPS communication with the GitHub API. It correctly handles GitHub Personal Access Tokens (PATs) via environment variables or CLI arguments, avoiding hardcoded secrets. Input parameters like line ranges are parsed safely. There is no `eval` or similar dynamic code execution. The ability to override `--api-base` could be a risk if pointed to a malicious endpoint, but this is a configuration choice, not a code vulnerability.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars0
Forks0
Last Update2025-12-05

Tags

GitHubCode FetchingMCP ServerRustAPI