Skip to content

joeleesuh/githubmcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GitHub MCP Server on Smithery

This repo containerizes github-mcp-server and exposes it via mcp-proxy as a remote Streamable HTTP/SSE server.

Deployment

Deployed automatically on Smithery from this repo.

Environment Variables

  • GITHUB_PERSONAL_ACCESS_TOKEN (required)
    • PAT from GitHub with minimal scopes:
      • public_repo (for public repos only)
      • Add repo (for private repos)
      • Add read:org (if querying org info)
  • GITHUB_READ_ONLY=1 (optional, safe default)
  • GITHUB_TOOLSETS="repos,issues,pull_requests,actions,code_security" (optional)
  • GITHUB_DYNAMIC_TOOLSETS=1 (optional)
  • GITHUB_HOST="https://<your-ghes>" (optional, for GH Enterprise)

Port

Exposes Streamable HTTP/SSE on port 8080.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors