Replies: 1 comment
-
|
Nevermind! I think I got it, you can just use the docker container for this: {
"mcpServers": {
"github": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"GITHUB_PERSONAL_ACCESS_TOKEN=ghp_xxxx",
"ghcr.io/github/github-mcp-server"
]
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to use GitHub's remote MCP server, I can't figure out how to send the proper bearer token to them, does anyone know?
Beta Was this translation helpful? Give feedback.
All reactions