-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 832 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 832 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
{
"name": "github-mcp",
"version": "0.1.0",
"description": "GitHub's official MCP Server from Codex via remote MCP",
"author": {
"name": "github",
"url": "https://github.com/github/github-mcp-server"
},
"homepage": "https://github.com/github/github-mcp-server",
"repository": "https://github.com/github/github-mcp-server",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "GitHub MCP Server",
"shortDescription": "GitHub's official MCP Server from Codex via remote MCP",
"longDescription": "GitHub's official MCP Server. Manage issues, pull requests, repositories, and more through GitHub Copilot's MCP endpoint.",
"category": "Development",
"websiteURL": "https://github.com/github/github-mcp-server"
}
}