Back to Home
jsboige icon

jsboige-mcp-servers

Verified Safe

by jsboige

Overview

Manage and monitor GitHub Projects, Repositories, Issues, and GitHub Actions workflows programmatically, providing an interface for automation and integration with tools like VSCode Roo.

Installation

Run Command
node -r dotenv/config dist/index.js

Environment Variables

  • GITHUB_PAT
  • GITHUB_TOKEN
  • GITHUB_OWNER_1
  • GITHUB_TOKEN_1
  • GITHUB_ACCOUNTS_JSON
  • DEFAULT_USER
  • GITHUB_PROJECTS_READ_ONLY
  • GITHUB_PROJECTS_ALLOWED_REPOS
  • MCP_DEBUG_LOGGING
  • NODE_ENV

Security Notes

The server uses environment variables (e.g., GITHUB_PAT, GITHUB_TOKEN) for authentication, which is a good practice. It explicitly implements read-only mode (GITHUB_PROJECTS_READ_ONLY) and repository access control (GITHUB_PROJECTS_ALLOWED_REPOS), enhancing security. Direct GitHub API calls are made using official Octokit SDKs. There is no direct `eval` or shell execution without proper sanitization visible. Potential for complex regex in input parsing, while low risk for typical usage, means meticulous input validation is crucial.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars1
Forks0
Last Update2026-01-18

Tags

mcpgithubprojectsrepositoriesissuesgithub actionsworkflow managementproject managementautomationdevelopment