github-repos-manager-mcp
Version:
Model Context Protocol (MCP) server that enables your MCP client (e.g., Claude Desktop, Cline, Roo Code, Cursor, Windsurf, etc.) to interact with GitHub repositories using your GitHub personal access token.
22 lines • 841 B
JSON
{
"permissions": {
"allow": [
"Bash(chmod:*)",
"Bash(node:*)",
"Bash(rm:*)",
"Bash(GH_ALLOWED_TOOLS=\"github_create_issue,github_list_issues,github_get_repository\" node server.cjs)",
"Bash(GH_DISABLED_TOOLS=\"github_create_issue,github_list_issues,github_get_repository\" node server.cjs)",
"Bash(GH_ALLOWED_TOOLS=\"github_create_issue,github_list_issues\" GH_DISABLED_TOOLS=\"github_get_repository,github_update_issue\" node server.cjs)",
"Bash(GH_ALLOWED_TOOLS=\"\" node server.cjs)",
"Bash(GH_ALLOWED_TOOLS=\"invalid_tool_name,github_list_issues,another_invalid_tool\" node server.cjs)",
"Bash(./test-cli.sh:*)",
"Bash(rg:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(npm test)",
"Bash(npm run:*)",
"Bash(timeout:*)"
],
"deny": []
}
}