You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature or problem you’d like to solve
I would be great if the authentication done for gh cli can be reused. Currently, every application that supports MCP has its own configuration file, and hence the GitHub PAT is written to multiple files in plain text.
Proposed solution
Reuse the authentication done for GitHub CLI
Why?
Secure access to GitHub. Prevent GitHub PAT from being stored as plain text in multiple MCP server config files.