@aiwerk/mcp-bridge 2.8.45 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -19
- package/dist/bin/mcp-bridge.js +154 -2
- package/dist/src/catalog-client.d.ts +57 -23
- package/dist/src/catalog-client.js +119 -52
- package/dist/src/config.d.ts +5 -1
- package/dist/src/config.js +79 -0
- package/dist/src/oauth2-credentials-file.d.ts +43 -0
- package/dist/src/oauth2-credentials-file.js +52 -0
- package/dist/src/standalone-server.js +1 -1
- package/dist/src/transport-base.d.ts +8 -0
- package/dist/src/transport-base.js +44 -18
- package/dist/src/transport-stdio.d.ts +5 -1
- package/dist/src/transport-stdio.js +19 -2
- package/dist/src/types.d.ts +18 -0
- package/dist/src/validate-recipe.js +62 -0
- package/package.json +2 -2
- package/scripts/validate-recipes.sh +4 -0
- package/servers/index.json +3 -403
- package/servers/apify/README.md +0 -40
- package/servers/apify/config.json +0 -13
- package/servers/apify/env_vars +0 -1
- package/servers/apify/install.ps1 +0 -3
- package/servers/apify/install.sh +0 -4
- package/servers/apify/recipe.json +0 -69
- package/servers/atlassian/README.md +0 -72
- package/servers/atlassian/env_vars +0 -6
- package/servers/atlassian/install.ps1 +0 -3
- package/servers/atlassian/install.sh +0 -4
- package/servers/atlassian/recipe.json +0 -87
- package/servers/candidates.md +0 -13
- package/servers/chrome-devtools/README.md +0 -69
- package/servers/chrome-devtools/env_vars +0 -0
- package/servers/chrome-devtools/install.ps1 +0 -3
- package/servers/chrome-devtools/install.sh +0 -4
- package/servers/chrome-devtools/recipe.json +0 -74
- package/servers/firecrawl/recipe.json +0 -79
- package/servers/github/README.md +0 -40
- package/servers/github/env_vars +0 -1
- package/servers/github/install.ps1 +0 -3
- package/servers/github/install.sh +0 -4
- package/servers/github/recipe.json +0 -82
- package/servers/google-maps/README.md +0 -40
- package/servers/google-maps/config.json +0 -17
- package/servers/google-maps/env_vars +0 -1
- package/servers/google-maps/install.ps1 +0 -3
- package/servers/google-maps/install.sh +0 -4
- package/servers/google-maps/recipe.json +0 -78
- package/servers/hetzner/README.md +0 -41
- package/servers/hetzner/config.json +0 -16
- package/servers/hetzner/env_vars +0 -1
- package/servers/hetzner/install.ps1 +0 -3
- package/servers/hetzner/install.sh +0 -4
- package/servers/hetzner/recipe.json +0 -78
- package/servers/hostinger/README.md +0 -40
- package/servers/hostinger/env_vars +0 -1
- package/servers/hostinger/install.ps1 +0 -3
- package/servers/hostinger/install.sh +0 -4
- package/servers/hostinger/recipe.json +0 -78
- package/servers/imap-email/README.md +0 -37
- package/servers/imap-email/recipe.json +0 -103
- package/servers/linear/README.md +0 -40
- package/servers/linear/config.json +0 -16
- package/servers/linear/env_vars +0 -1
- package/servers/linear/install.ps1 +0 -3
- package/servers/linear/install.sh +0 -4
- package/servers/linear/recipe.json +0 -78
- package/servers/miro/README.md +0 -40
- package/servers/miro/config.json +0 -19
- package/servers/miro/env_vars +0 -1
- package/servers/miro/install.ps1 +0 -3
- package/servers/miro/install.sh +0 -4
- package/servers/miro/recipe.json +0 -80
- package/servers/notion/README.md +0 -42
- package/servers/notion/config.json +0 -17
- package/servers/notion/env_vars +0 -1
- package/servers/notion/install.ps1 +0 -3
- package/servers/notion/install.sh +0 -4
- package/servers/notion/recipe.json +0 -78
- package/servers/stripe/README.md +0 -40
- package/servers/stripe/config.json +0 -19
- package/servers/stripe/env_vars +0 -1
- package/servers/stripe/install.ps1 +0 -3
- package/servers/stripe/install.sh +0 -4
- package/servers/stripe/recipe.json +0 -80
- package/servers/tavily/README.md +0 -40
- package/servers/tavily/config.json +0 -17
- package/servers/tavily/env_vars +0 -1
- package/servers/tavily/install.ps1 +0 -3
- package/servers/tavily/install.sh +0 -4
- package/servers/tavily/recipe.json +0 -78
- package/servers/todoist/README.md +0 -40
- package/servers/todoist/config.json +0 -17
- package/servers/todoist/env_vars +0 -1
- package/servers/todoist/install.ps1 +0 -3
- package/servers/todoist/install.sh +0 -4
- package/servers/todoist/recipe.json +0 -78
- package/servers/wise/README.md +0 -41
- package/servers/wise/env_vars +0 -1
- package/servers/wise/install.ps1 +0 -3
- package/servers/wise/install.sh +0 -4
- package/servers/wise/recipe.json +0 -78
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "atlassian",
|
|
4
|
-
"name": "Atlassian (Confluence + Jira)",
|
|
5
|
-
"description": "Confluence wiki and Jira project management — search, create, and update pages and issues",
|
|
6
|
-
"repository": "https://github.com/sooperset/mcp-atlassian",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "uvx",
|
|
11
|
-
"args": [
|
|
12
|
-
"mcp-atlassian@2.1.0"
|
|
13
|
-
],
|
|
14
|
-
"env": {
|
|
15
|
-
"CONFLUENCE_URL": "${CONFLUENCE_URL}",
|
|
16
|
-
"CONFLUENCE_USERNAME": "${CONFLUENCE_USERNAME}",
|
|
17
|
-
"CONFLUENCE_API_TOKEN": "${CONFLUENCE_API_TOKEN}",
|
|
18
|
-
"JIRA_URL": "${JIRA_URL}",
|
|
19
|
-
"JIRA_USERNAME": "${JIRA_USERNAME}",
|
|
20
|
-
"JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"auth": {
|
|
25
|
-
"required": true,
|
|
26
|
-
"type": "api-key",
|
|
27
|
-
"envVars": [
|
|
28
|
-
"CONFLUENCE_URL",
|
|
29
|
-
"CONFLUENCE_USERNAME",
|
|
30
|
-
"CONFLUENCE_API_TOKEN",
|
|
31
|
-
"JIRA_URL",
|
|
32
|
-
"JIRA_USERNAME",
|
|
33
|
-
"JIRA_API_TOKEN"
|
|
34
|
-
],
|
|
35
|
-
"credentialsUrl": "https://id.atlassian.com/manage-profile/security/api-tokens",
|
|
36
|
-
"instructions": "Create an API token at Atlassian account settings. Set CONFLUENCE_URL and JIRA_URL to your instance URLs (e.g., https://yourcompany.atlassian.net/wiki and https://yourcompany.atlassian.net)."
|
|
37
|
-
},
|
|
38
|
-
"install": {
|
|
39
|
-
"method": "uvx",
|
|
40
|
-
"package": "mcp-atlassian",
|
|
41
|
-
"version": "2.1.0"
|
|
42
|
-
},
|
|
43
|
-
"metadata": {
|
|
44
|
-
"homepage": "https://github.com/sooperset/mcp-atlassian",
|
|
45
|
-
"author": "sooperset",
|
|
46
|
-
"tags": [
|
|
47
|
-
"wiki",
|
|
48
|
-
"project-management",
|
|
49
|
-
"confluence",
|
|
50
|
-
"jira",
|
|
51
|
-
"atlassian"
|
|
52
|
-
],
|
|
53
|
-
"category": "productivity",
|
|
54
|
-
"pricing": "byok",
|
|
55
|
-
"maturity": "stable",
|
|
56
|
-
"subcategory": "project-management",
|
|
57
|
-
"origin": "community",
|
|
58
|
-
"countries": [
|
|
59
|
-
"global"
|
|
60
|
-
],
|
|
61
|
-
"audience": "business",
|
|
62
|
-
"selfHosted": false,
|
|
63
|
-
"sideEffects": "read-write",
|
|
64
|
-
"authSummary": "api-key"
|
|
65
|
-
},
|
|
66
|
-
"capabilities": {
|
|
67
|
-
"tools": true,
|
|
68
|
-
"resources": false,
|
|
69
|
-
"prompts": false,
|
|
70
|
-
"sampling": false
|
|
71
|
-
},
|
|
72
|
-
"signature": {
|
|
73
|
-
"algorithm": "ed25519",
|
|
74
|
-
"publisherId": "aiwerk",
|
|
75
|
-
"value": "ysHKVAb4IwPRJF3XtEEtumZC2xjt32ouGu5Dt3VrMl7DIp6PWb56JzewqLe4zJ14lVlksIgmDVrFCrVnVJ1QDw==",
|
|
76
|
-
"signedFields": [
|
|
77
|
-
"id",
|
|
78
|
-
"name",
|
|
79
|
-
"description",
|
|
80
|
-
"transports",
|
|
81
|
-
"auth",
|
|
82
|
-
"install",
|
|
83
|
-
"metadata"
|
|
84
|
-
],
|
|
85
|
-
"signedAt": "2026-03-20T14:24:29.672Z"
|
|
86
|
-
}
|
|
87
|
-
}
|
package/servers/candidates.md
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
# Server Candidates
|
|
2
|
-
|
|
3
|
-
Servers to evaluate for inclusion in the catalog.
|
|
4
|
-
|
|
5
|
-
## To Evaluate
|
|
6
|
-
<!-- Add servers here as they come up. Format: -->
|
|
7
|
-
<!-- - **name** — description | transport | source: URL | notes -->
|
|
8
|
-
|
|
9
|
-
- **npm** — npm registry search, package info, versions | stdio | source: https://www.npmjs.com/package/@anthropic/mcp-server-npm | Anthropic reference server
|
|
10
|
-
|
|
11
|
-
## Rejected
|
|
12
|
-
<!-- Servers evaluated and decided against. Keep for reference. -->
|
|
13
|
-
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
# Chrome DevTools MCP Server
|
|
2
|
-
|
|
3
|
-
Control and inspect a live Chrome browser for automation, debugging, and performance analysis.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npx
|
|
7
|
-
- Chrome >= 144 (stable channel)
|
|
8
|
-
- No API key needed
|
|
9
|
-
|
|
10
|
-
## Quick Install
|
|
11
|
-
|
|
12
|
-
### Linux / macOS
|
|
13
|
-
```bash
|
|
14
|
-
# Using mcp-bridge CLI:
|
|
15
|
-
mcp-bridge install chrome-devtools
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### Windows (PowerShell)
|
|
19
|
-
```powershell
|
|
20
|
-
# Using mcp-bridge CLI:
|
|
21
|
-
mcp-bridge install chrome-devtools
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### Manual Setup
|
|
25
|
-
1. Enable remote debugging in Chrome: open `chrome://inspect/#remote-debugging` and toggle it on
|
|
26
|
-
2. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
27
|
-
3. Restart mcp-bridge
|
|
28
|
-
|
|
29
|
-
## Connection Modes
|
|
30
|
-
|
|
31
|
-
### Auto-connect (default, recommended)
|
|
32
|
-
Connects to your running Chrome via native pipe. Chrome shows a permission dialog on each connection.
|
|
33
|
-
```json
|
|
34
|
-
"args": ["-y", "chrome-devtools-mcp@0.20.0", "--autoConnect"]
|
|
35
|
-
```
|
|
36
|
-
|
|
37
|
-
### Browser URL
|
|
38
|
-
Connect to Chrome running with `--remote-debugging-port=9222`. No dialog needed.
|
|
39
|
-
```json
|
|
40
|
-
"args": ["-y", "chrome-devtools-mcp@0.20.0", "--browserUrl", "http://127.0.0.1:9222"]
|
|
41
|
-
```
|
|
42
|
-
|
|
43
|
-
### Headless (standalone)
|
|
44
|
-
Launches its own headless Chrome instance. No existing browser needed.
|
|
45
|
-
```json
|
|
46
|
-
"args": ["-y", "chrome-devtools-mcp@0.20.0", "--headless"]
|
|
47
|
-
```
|
|
48
|
-
|
|
49
|
-
## What you get
|
|
50
|
-
- **Navigation** (6 tools): navigate, open/close/list/select pages, wait for content
|
|
51
|
-
- **Input** (9 tools): click, hover, drag, fill forms, type text, press keys, upload files, handle dialogs
|
|
52
|
-
- **Debugging** (5 tools): page snapshots, screenshots, JS evaluation, console messages
|
|
53
|
-
- **Network** (2 tools): list/inspect network requests with full request/response bodies
|
|
54
|
-
- **Performance** (4 tools): record traces, analyze insights, memory snapshots, Lighthouse audits
|
|
55
|
-
- **Emulation** (2 tools): viewport, network throttling, geolocation, dark mode
|
|
56
|
-
|
|
57
|
-
28 tools total. See [full tool reference](https://github.com/ChromeDevTools/chrome-devtools-mcp/blob/main/docs/tool-reference.md).
|
|
58
|
-
|
|
59
|
-
## Privacy Notes
|
|
60
|
-
- Google collects usage statistics by default. Opt out with `--no-usage-statistics`
|
|
61
|
-
- Performance tools may send URLs to Google CrUX API. Disable with `--no-performance-crux`
|
|
62
|
-
|
|
63
|
-
## Remove
|
|
64
|
-
|
|
65
|
-
```bash
|
|
66
|
-
./install-server.sh chrome-devtools --remove
|
|
67
|
-
```
|
|
68
|
-
|
|
69
|
-
Removes the server from config. The server recipe stays in `servers/chrome-devtools/` for easy reinstall.
|
|
File without changes
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "chrome-devtools",
|
|
4
|
-
"name": "Chrome DevTools",
|
|
5
|
-
"description": "Control and inspect a live Chrome browser for automation, debugging, and performance analysis via the Chrome DevTools Protocol",
|
|
6
|
-
"repository": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "npx",
|
|
11
|
-
"args": [
|
|
12
|
-
"-y",
|
|
13
|
-
"chrome-devtools-mcp@0.20.3",
|
|
14
|
-
"--autoConnect"
|
|
15
|
-
],
|
|
16
|
-
"env": {}
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"auth": {
|
|
20
|
-
"required": false,
|
|
21
|
-
"type": "none",
|
|
22
|
-
"envVars": [],
|
|
23
|
-
"instructions": "Requires Chrome >= 144 with remote debugging enabled at chrome://inspect/#remote-debugging. Chrome will show a permission dialog on each connection."
|
|
24
|
-
},
|
|
25
|
-
"install": {
|
|
26
|
-
"method": "npx",
|
|
27
|
-
"package": "chrome-devtools-mcp",
|
|
28
|
-
"version": "0.20.0"
|
|
29
|
-
},
|
|
30
|
-
"metadata": {
|
|
31
|
-
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp",
|
|
32
|
-
"author": "ChromeDevTools",
|
|
33
|
-
"tags": [
|
|
34
|
-
"browser",
|
|
35
|
-
"debugging",
|
|
36
|
-
"automation",
|
|
37
|
-
"devtools",
|
|
38
|
-
"chrome"
|
|
39
|
-
],
|
|
40
|
-
"category": "development",
|
|
41
|
-
"pricing": "free",
|
|
42
|
-
"maturity": "stable",
|
|
43
|
-
"subcategory": "monitoring",
|
|
44
|
-
"origin": "official",
|
|
45
|
-
"countries": [
|
|
46
|
-
"global"
|
|
47
|
-
],
|
|
48
|
-
"audience": "developer",
|
|
49
|
-
"selfHosted": true,
|
|
50
|
-
"sideEffects": "read-write",
|
|
51
|
-
"authSummary": "none"
|
|
52
|
-
},
|
|
53
|
-
"capabilities": {
|
|
54
|
-
"tools": true,
|
|
55
|
-
"resources": false,
|
|
56
|
-
"prompts": false,
|
|
57
|
-
"sampling": false
|
|
58
|
-
},
|
|
59
|
-
"signature": {
|
|
60
|
-
"algorithm": "ed25519",
|
|
61
|
-
"publisherId": "aiwerk",
|
|
62
|
-
"value": "pjNR/z4SN6fffrfYbT8rFak6dyqqoQHu5FzHraRf3Lq1eTwEt6Gu82vo2Fa0lpbeTkrZ4wS6LDRaKQpWl2SXBg==",
|
|
63
|
-
"signedFields": [
|
|
64
|
-
"id",
|
|
65
|
-
"name",
|
|
66
|
-
"description",
|
|
67
|
-
"transports",
|
|
68
|
-
"auth",
|
|
69
|
-
"install",
|
|
70
|
-
"metadata"
|
|
71
|
-
],
|
|
72
|
-
"signedAt": "2026-03-24T18:33:00.640Z"
|
|
73
|
-
}
|
|
74
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "firecrawl",
|
|
4
|
-
"name": "Firecrawl",
|
|
5
|
-
"description": "Web scraping, crawling, search, and structured data extraction — turn any website into clean markdown or structured data for AI agents",
|
|
6
|
-
"repository": "https://github.com/firecrawl/firecrawl-mcp-server",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "npx",
|
|
11
|
-
"args": [
|
|
12
|
-
"-y",
|
|
13
|
-
"firecrawl-mcp@3.11.0"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"FIRECRAWL_API_KEY": "${FIRECRAWL_API_KEY}"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"auth": {
|
|
21
|
-
"required": true,
|
|
22
|
-
"type": "api-key",
|
|
23
|
-
"envVars": [
|
|
24
|
-
"FIRECRAWL_API_KEY"
|
|
25
|
-
],
|
|
26
|
-
"credentialsUrl": "https://www.firecrawl.dev/app/api-keys",
|
|
27
|
-
"instructions": "Sign up at firecrawl.dev and copy your API key from the dashboard."
|
|
28
|
-
},
|
|
29
|
-
"install": {
|
|
30
|
-
"method": "npx",
|
|
31
|
-
"package": "firecrawl-mcp",
|
|
32
|
-
"version": "3.12.1"
|
|
33
|
-
},
|
|
34
|
-
"metadata": {
|
|
35
|
-
"homepage": "https://www.firecrawl.dev/",
|
|
36
|
-
"author": "Firecrawl (Mendable)",
|
|
37
|
-
"tags": [
|
|
38
|
-
"scraping",
|
|
39
|
-
"crawling",
|
|
40
|
-
"web",
|
|
41
|
-
"extraction",
|
|
42
|
-
"search",
|
|
43
|
-
"markdown"
|
|
44
|
-
],
|
|
45
|
-
"category": "data",
|
|
46
|
-
"pricing": "byok",
|
|
47
|
-
"maturity": "stable",
|
|
48
|
-
"subcategory": "web-scraping",
|
|
49
|
-
"origin": "official",
|
|
50
|
-
"countries": [
|
|
51
|
-
"global"
|
|
52
|
-
],
|
|
53
|
-
"audience": "developer",
|
|
54
|
-
"selfHosted": false,
|
|
55
|
-
"sideEffects": "read-only",
|
|
56
|
-
"authSummary": "api-key"
|
|
57
|
-
},
|
|
58
|
-
"capabilities": {
|
|
59
|
-
"tools": true,
|
|
60
|
-
"resources": false,
|
|
61
|
-
"prompts": false,
|
|
62
|
-
"sampling": false
|
|
63
|
-
},
|
|
64
|
-
"signature": {
|
|
65
|
-
"algorithm": "ed25519",
|
|
66
|
-
"publisherId": "aiwerk",
|
|
67
|
-
"value": "eQvGxgLGN6NVFD5KnjYWTN37ulE0rwTamMkLSHnK3Z2b8uDJz0gGIatCaN6qTCX707g75zY+COQqbpltf23NAw==",
|
|
68
|
-
"signedFields": [
|
|
69
|
-
"id",
|
|
70
|
-
"name",
|
|
71
|
-
"description",
|
|
72
|
-
"transports",
|
|
73
|
-
"auth",
|
|
74
|
-
"install",
|
|
75
|
-
"metadata"
|
|
76
|
-
],
|
|
77
|
-
"signedAt": "2026-03-24T18:33:33.007Z"
|
|
78
|
-
}
|
|
79
|
-
}
|
package/servers/github/README.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# GitHub MCP Server
|
|
2
|
-
|
|
3
|
-
Official GitHub MCP server running in Docker.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Docker
|
|
7
|
-
- GitHub fine-grained personal access token
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install github
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install github
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://github.com/settings/tokens
|
|
25
|
-
2. Add to .env: `GITHUB_MCP_TOKEN=your_token`
|
|
26
|
-
3. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
27
|
-
4. Restart mcp-bridge
|
|
28
|
-
|
|
29
|
-
## What you get
|
|
30
|
-
- Repository browsing and search tools
|
|
31
|
-
- Issue and pull request management tools
|
|
32
|
-
- Workflow and automation helpers
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh github --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/github/` for easy reinstall.
|
package/servers/github/env_vars
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
GITHUB_MCP_TOKEN
|
|
@@ -1,82 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "github",
|
|
4
|
-
"name": "GitHub",
|
|
5
|
-
"description": "GitHub repository management — repos, issues, PRs, code search, and more via the official GitHub MCP server",
|
|
6
|
-
"repository": "https://github.com/github/github-mcp-server",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "docker",
|
|
11
|
-
"args": [
|
|
12
|
-
"run",
|
|
13
|
-
"-i",
|
|
14
|
-
"--rm",
|
|
15
|
-
"-e",
|
|
16
|
-
"GITHUB_PERSONAL_ACCESS_TOKEN",
|
|
17
|
-
"ghcr.io/github/github-mcp-server"
|
|
18
|
-
],
|
|
19
|
-
"env": {
|
|
20
|
-
"GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_MCP_TOKEN}"
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"auth": {
|
|
25
|
-
"required": true,
|
|
26
|
-
"type": "api-key",
|
|
27
|
-
"envVars": [
|
|
28
|
-
"GITHUB_MCP_TOKEN"
|
|
29
|
-
],
|
|
30
|
-
"credentialsUrl": "https://github.com/settings/tokens",
|
|
31
|
-
"instructions": "Create a Personal Access Token at GitHub Settings > Developer settings > Personal access tokens. Grant repo, issues, and pull_requests scopes."
|
|
32
|
-
},
|
|
33
|
-
"install": {
|
|
34
|
-
"method": "docker",
|
|
35
|
-
"image": "ghcr.io/github/github-mcp-server",
|
|
36
|
-
"version": "latest"
|
|
37
|
-
},
|
|
38
|
-
"metadata": {
|
|
39
|
-
"homepage": "https://github.com/github/github-mcp-server",
|
|
40
|
-
"author": "GitHub",
|
|
41
|
-
"tags": [
|
|
42
|
-
"git",
|
|
43
|
-
"repos",
|
|
44
|
-
"issues",
|
|
45
|
-
"pull-requests",
|
|
46
|
-
"code-review"
|
|
47
|
-
],
|
|
48
|
-
"category": "development",
|
|
49
|
-
"pricing": "byok",
|
|
50
|
-
"maturity": "stable",
|
|
51
|
-
"subcategory": "version-control",
|
|
52
|
-
"origin": "official",
|
|
53
|
-
"countries": [
|
|
54
|
-
"global"
|
|
55
|
-
],
|
|
56
|
-
"audience": "developer",
|
|
57
|
-
"selfHosted": false,
|
|
58
|
-
"sideEffects": "read-write",
|
|
59
|
-
"authSummary": "api-key"
|
|
60
|
-
},
|
|
61
|
-
"capabilities": {
|
|
62
|
-
"tools": true,
|
|
63
|
-
"resources": false,
|
|
64
|
-
"prompts": false,
|
|
65
|
-
"sampling": false
|
|
66
|
-
},
|
|
67
|
-
"signature": {
|
|
68
|
-
"algorithm": "ed25519",
|
|
69
|
-
"publisherId": "aiwerk",
|
|
70
|
-
"value": "PWJf2aV7iYDLZA9IXJilKO3tO7noz5yqw3U4Nghe/bIyflshLG3tAq0UqSMbN4L/J+c4CdAHiqAGLCm/eLTXBg==",
|
|
71
|
-
"signedFields": [
|
|
72
|
-
"id",
|
|
73
|
-
"name",
|
|
74
|
-
"description",
|
|
75
|
-
"transports",
|
|
76
|
-
"auth",
|
|
77
|
-
"install",
|
|
78
|
-
"metadata"
|
|
79
|
-
],
|
|
80
|
-
"signedAt": "2026-03-20T14:24:38.175Z"
|
|
81
|
-
}
|
|
82
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Google Maps MCP Server
|
|
2
|
-
|
|
3
|
-
Google Maps MCP tools for places, geocoding, and routing.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npx
|
|
7
|
-
- Google Maps API key
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install google-maps
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install google-maps
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://console.cloud.google.com/apis/credentials
|
|
25
|
-
2. Add to .env: `GOOGLE_MAPS_API_KEY=your_token`
|
|
26
|
-
3. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
27
|
-
4. Restart mcp-bridge
|
|
28
|
-
|
|
29
|
-
## What you get
|
|
30
|
-
- Geocoding and reverse geocoding
|
|
31
|
-
- Places search and details
|
|
32
|
-
- Routing and distance tools
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh google-maps --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/google-maps/` for easy reinstall.
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"name": "google-maps",
|
|
4
|
-
"description": "places, geocoding, directions",
|
|
5
|
-
"transport": "stdio",
|
|
6
|
-
"command": "npx",
|
|
7
|
-
"args": [
|
|
8
|
-
"-y",
|
|
9
|
-
"@modelcontextprotocol/server-google-maps"
|
|
10
|
-
],
|
|
11
|
-
"env": {
|
|
12
|
-
"GOOGLE_MAPS_API_KEY": "${GOOGLE_MAPS_API_KEY}"
|
|
13
|
-
},
|
|
14
|
-
"authRequired": true,
|
|
15
|
-
"credentialsUrl": "https://console.cloud.google.com/apis/credentials",
|
|
16
|
-
"homepage": "https://developers.google.com/maps"
|
|
17
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
GOOGLE_MAPS_API_KEY
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "google-maps",
|
|
4
|
-
"name": "Google Maps",
|
|
5
|
-
"description": "Google Maps integration for places search, geocoding, directions, and distance matrix via the @modelcontextprotocol MCP server",
|
|
6
|
-
"repository": "https://github.com/modelcontextprotocol/servers",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "npx",
|
|
11
|
-
"args": [
|
|
12
|
-
"-y",
|
|
13
|
-
"@modelcontextprotocol/server-google-maps@0.6.2"
|
|
14
|
-
],
|
|
15
|
-
"env": {
|
|
16
|
-
"GOOGLE_MAPS_API_KEY": "${GOOGLE_MAPS_API_KEY}"
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
],
|
|
20
|
-
"auth": {
|
|
21
|
-
"required": true,
|
|
22
|
-
"type": "api-key",
|
|
23
|
-
"envVars": [
|
|
24
|
-
"GOOGLE_MAPS_API_KEY"
|
|
25
|
-
],
|
|
26
|
-
"credentialsUrl": "https://console.cloud.google.com/apis/credentials",
|
|
27
|
-
"instructions": "Create an API key in Google Cloud Console and enable the Maps JavaScript API, Places API, Geocoding API, and Directions API."
|
|
28
|
-
},
|
|
29
|
-
"install": {
|
|
30
|
-
"method": "npx",
|
|
31
|
-
"package": "@modelcontextprotocol/server-google-maps",
|
|
32
|
-
"version": "0.6.2"
|
|
33
|
-
},
|
|
34
|
-
"metadata": {
|
|
35
|
-
"homepage": "https://developers.google.com/maps",
|
|
36
|
-
"author": "Anthropic / MCP Community",
|
|
37
|
-
"tags": [
|
|
38
|
-
"maps",
|
|
39
|
-
"geocoding",
|
|
40
|
-
"places",
|
|
41
|
-
"directions",
|
|
42
|
-
"navigation"
|
|
43
|
-
],
|
|
44
|
-
"category": "data",
|
|
45
|
-
"pricing": "byok",
|
|
46
|
-
"maturity": "stable",
|
|
47
|
-
"subcategory": "search-engine",
|
|
48
|
-
"origin": "community",
|
|
49
|
-
"countries": [
|
|
50
|
-
"global"
|
|
51
|
-
],
|
|
52
|
-
"audience": "general",
|
|
53
|
-
"selfHosted": false,
|
|
54
|
-
"sideEffects": "read-only",
|
|
55
|
-
"authSummary": "api-key"
|
|
56
|
-
},
|
|
57
|
-
"capabilities": {
|
|
58
|
-
"tools": true,
|
|
59
|
-
"resources": false,
|
|
60
|
-
"prompts": false,
|
|
61
|
-
"sampling": false
|
|
62
|
-
},
|
|
63
|
-
"signature": {
|
|
64
|
-
"algorithm": "ed25519",
|
|
65
|
-
"publisherId": "aiwerk",
|
|
66
|
-
"value": "xS+v0iMoG9mJ7RJErekW+Kww/7p18SNL5VxnxGz/haObs2hqrg85CJgTvgXKqnVkdRD9OuQRu0oRxtQgAzzOCw==",
|
|
67
|
-
"signedFields": [
|
|
68
|
-
"id",
|
|
69
|
-
"name",
|
|
70
|
-
"description",
|
|
71
|
-
"transports",
|
|
72
|
-
"auth",
|
|
73
|
-
"install",
|
|
74
|
-
"metadata"
|
|
75
|
-
],
|
|
76
|
-
"signedAt": "2026-03-24T18:34:05.383Z"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
# Hetzner MCP Server
|
|
2
|
-
|
|
3
|
-
Hetzner Cloud MCP server built from source.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Git
|
|
7
|
-
- Node.js + npm
|
|
8
|
-
- Hetzner Cloud API token
|
|
9
|
-
|
|
10
|
-
## Quick Install
|
|
11
|
-
|
|
12
|
-
### Linux / macOS
|
|
13
|
-
```bash
|
|
14
|
-
# Using mcp-bridge CLI:
|
|
15
|
-
mcp-bridge install hetzner
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
### Windows (PowerShell)
|
|
19
|
-
```powershell
|
|
20
|
-
# Using mcp-bridge CLI:
|
|
21
|
-
mcp-bridge install hetzner
|
|
22
|
-
```
|
|
23
|
-
|
|
24
|
-
### Manual Setup
|
|
25
|
-
1. Get your token: https://console.hetzner.cloud/
|
|
26
|
-
2. Add to .env: `HETZNER_API_TOKEN=your_token`
|
|
27
|
-
3. Add config to ~/.mcp-bridge/config.json (see config.json)
|
|
28
|
-
4. Restart mcp-bridge
|
|
29
|
-
|
|
30
|
-
## What you get
|
|
31
|
-
- Server lifecycle tools
|
|
32
|
-
- Volume, network, and firewall tools
|
|
33
|
-
- Project resource inspection tools
|
|
34
|
-
|
|
35
|
-
## Remove
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
./install-server.sh hetzner --remove
|
|
39
|
-
```
|
|
40
|
-
|
|
41
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/hetzner/` for easy reinstall.
|