forked from github/github-mcp-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
29 lines (29 loc) · 858 Bytes
/
manifest.json
File metadata and controls
29 lines (29 loc) · 858 Bytes
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
{
"manifest_version": "0.3",
"name": "@nimblebraininc/github",
"version": "0.26.3-mcpb.1",
"description": "GitHub MCP server for repository management, issues, PRs, and workflow automation",
"author": {
"name": "GitHub (packaged by NimbleBrain Inc)"
},
"user_config": {
"personal_access_token": {
"type": "string",
"title": "GitHub Personal Access Token",
"description": "Create at https://github.com/settings/tokens with appropriate scopes for repo, issues, PRs",
"sensitive": true,
"required": true
}
},
"server": {
"type": "binary",
"entry_point": "bin/github-mcp-server",
"mcp_config": {
"command": "${__dirname}/bin/github-mcp-server",
"args": ["stdio"],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${user_config.personal_access_token}"
}
}
}
}