Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions schemas/server-definition.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,11 +167,6 @@
"format": "uri",
"description": "HTTP endpoint URL (supports Streamable HTTP)"
},
"headers": {
"type": "object",
"additionalProperties": { "type": "string" },
"description": "HTTP headers to include with requests. Values support ${input:ID} placeholders for user-provided values."
},
"metadata": {
"$ref": "#/$defs/metadata"
}
Expand Down
65 changes: 0 additions & 65 deletions servers/com.github-mcp-http.json

This file was deleted.

26 changes: 7 additions & 19 deletions servers/com.github-mcp.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,29 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "com.github-mcp",
"name": "GitHub (Local)",
"name": "GitHub",
"alias": "gh",
"description": "Interact with GitHub repositories, issues, pull requests, actions, and code security through the official GitHub MCP server running locally via Docker. Supports GitHub.com, GitHub Enterprise Server, and GitHub Enterprise Cloud (ghe.com).",
"description": "Interact with GitHub repositories, issues, pull requests, actions, and code security through the official GitHub MCP server.",
"icon": "https://avatars.githubusercontent.com/u/9919?v=4",
"schema_version": "2.1",
"categories": ["developer-tools", "version-control"],
"tags": ["git", "github", "code", "issues", "pull-requests", "repos", "actions", "code-review", "enterprise"],
"tags": ["git", "github", "code", "issues", "pull-requests", "repos", "actions", "code-review"],

"transport": {
"type": "stdio",
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "GITHUB_PERSONAL_ACCESS_TOKEN",
"-e", "GITHUB_HOST",
"run", "-i", "--rm", "-e",
"GITHUB_PERSONAL_ACCESS_TOKEN",
"ghcr.io/github/github-mcp-server"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:GITHUB_PERSONAL_ACCESS_TOKEN}",
"GITHUB_HOST": "${input:GITHUB_HOST}"
"GITHUB_PERSONAL_ACCESS_TOKEN": "${input:GITHUB_TOKEN}"
},
"metadata": {
"inputs": [
{
"id": "GITHUB_PERSONAL_ACCESS_TOKEN",
"id": "GITHUB_TOKEN",
"label": "GitHub Personal Access Token",
"description": "Token used to authenticate with the GitHub API. Requires repo and read:org scopes.",
"type": "password",
Expand All @@ -37,16 +35,6 @@
"instructions": "1. Click 'Generate new token (classic)'\n2. Give it a name like 'McpMux'\n3. Select scopes: repo, read:org\n4. Click 'Generate token'\n5. Copy the token (starts with ghp_)",
"button_label": "Create Token"
}
},
{
"id": "GITHUB_HOST",
"label": "GitHub Host",
"description": "GitHub hostname. Set this for GitHub Enterprise Server or GitHub Enterprise Cloud with data residency. Leave empty for github.com.",
"type": "url",
"required": false,
"secret": false,
"default": "https://api.github.com",
"placeholder": "https://github.example.com"
}
]
}
Expand Down
82 changes: 0 additions & 82 deletions servers/com.grafana-mcp.json

This file was deleted.

45 changes: 0 additions & 45 deletions servers/com.linear-mcp.json

This file was deleted.

45 changes: 0 additions & 45 deletions servers/com.neon-mcp-http.json

This file was deleted.

63 changes: 0 additions & 63 deletions servers/com.neon-mcp.json

This file was deleted.

Loading