github server issue | just dont know #125
Unanswered
Detroit-ish
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Again not a coder, so bare with me. To get it to work though, I uninstalled npm. Installed nvm, then installed and use node 22. It works now. Anyone can explain why, that would be cool! |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Pre-submission Checklist
Question Category
Your Question
Admittedly, long-time trier and lurcher. Yet, new-ish to code. But let's be honest—this is pretty straightforward.
So why am I hours into just these three, with both Git setups being the worst? The Git server—I’m not even sure how I got it working. Now the GitHub one? It connects, then disconnects.
I’ve created so many PATs, from full auth to minimal, both classic and fine-grained. I logged the env locally, ran it, and ran it through the terminal. Everything started fine. I close out Claude (a million times), and it just connects, then disconnects.
I can’t reason this out anymore. What am I missing?
Please and thanks,
Jason
{
"mcpServers": {
"weather": {
"command": "node",
"args": [
"C:\Users\........"
]
},
"git": {
"command": "uvx",
"args": [
"mcp-server-git",
"--repository",
"C:\Users\........"
]
},
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol\server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "github_pat"
}
}
}
}
Beta Was this translation helpful? Give feedback.
All reactions