Back to Home
Cookee24 icon

GithubFetcher

Verified Safe

by Cookee24

Overview

Provides a focused MCP interface for large models to fetch code and metadata from GitHub repositories.

Installation

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

Environment Variables

  • GITHUB_AUTH_TOKEN

Security Notes

The project is written in Rust, which offers strong memory safety. Input parameters are deserialized using `serde` and `schemars`, helping to prevent malformed input from causing issues. GitHub API calls are made via `reqwest`, and file content decoding uses `base64`, both standard and generally safe libraries. Secrets (GitHub token) are handled via environment variables or CLI arguments, not hardcoded. The `--api-base` flag allows overriding the GitHub API endpoint, which could be a risk if pointed to a malicious server, but this is a configuration choice for enterprise or testing purposes, not a vulnerability in the default setup. No 'eval' or similar dangerous dynamic code execution patterns were found.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-12-08

Tags

GitHub APICode FetchingMCP ServerRustDeveloper Tool