Skip to content

Commit

Permalink
Updated github MCP service config
Browse files Browse the repository at this point in the history
config for github MCP was incorrect, updated it to working configuration.
  • Loading branch information
lokeshjain2008 authored Dec 26, 2024
1 parent 0e7d79c commit a061f52
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions src/github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,10 @@ To use this with Claude Desktop, add the following to your `claude_desktop_confi
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
]
},
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
"args": ["-y", "@modelcontextprotocol/server-github"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_TOKEN>"
}
}
}
}
Expand Down

0 comments on commit a061f52

Please sign in to comment.