-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
81 lines (81 loc) · 1.83 KB
/
package.json
File metadata and controls
81 lines (81 loc) · 1.83 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "github-repos-manager-mcp",
"version": "1.2.2",
"description": "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.",
"main": "server.cjs",
"scripts": {
"start": "node server.cjs",
"dev": "node server.cjs"
},
"keywords": [
"mcp",
"github",
"claude",
"cli",
"model-context-protocol",
"github-repos",
"github-issues",
"github-pull-requests",
"github-api",
"cursor",
"roocode",
"cline",
"windsurf",
"github-automation",
"repository-management",
"issue-tracking",
"pull-request-management",
"branch-management",
"commit-management",
"github-webhooks",
"github-actions",
"deploy-keys",
"repository-security",
"file-management",
"image-upload",
"collaboration",
"github-search",
"organization-management",
"team-management",
"repository-analytics",
"code-review",
"workflow-automation",
"git-integration",
"token-based-auth",
"no-docker",
"direct-api",
"rate-limiting",
"batch-operations",
"repository-topics",
"stargazers",
"watchers",
"forks",
"milestones",
"labels",
"assignees",
"comments",
"github-secrets",
"repository-statistics",
"traffic-analytics",
"programming-languages",
"repository-topics",
"code-search",
"user-search",
"github-integration",
"developer-tools",
"productivity",
"project-management"
],
"author": "Sergey Kurdin",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.4.0",
"node-cache": "^5.1.2"
},
"engines": {
"node": ">=18.0.0"
},
"bin": {
"github-repos-manager-mcp": "server.cjs"
}
}