@aiwerk/mcp-bridge 2.9.0 → 3.0.1
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/dist/src/catalog-client.d.ts +6 -0
- package/dist/src/config.js +14 -0
- package/dist/src/oauth2-credentials-file.d.ts +56 -0
- package/dist/src/oauth2-credentials-file.js +91 -0
- package/dist/src/oauth2-token-manager.d.ts +8 -0
- package/dist/src/oauth2-token-manager.js +10 -0
- package/dist/src/standalone-server.js +1 -1
- package/dist/src/transport-base.d.ts +25 -0
- package/dist/src/transport-base.js +113 -18
- package/dist/src/transport-stdio.d.ts +5 -1
- package/dist/src/transport-stdio.js +29 -2
- package/dist/src/types.d.ts +18 -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,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"name": "hetzner",
|
|
4
|
-
"description": "cloud infrastructure",
|
|
5
|
-
"transport": "stdio",
|
|
6
|
-
"command": "node",
|
|
7
|
-
"args": [
|
|
8
|
-
"path/to/dist/index.js"
|
|
9
|
-
],
|
|
10
|
-
"env": {
|
|
11
|
-
"HCLOUD_TOKEN": "${HETZNER_API_TOKEN}"
|
|
12
|
-
},
|
|
13
|
-
"authRequired": true,
|
|
14
|
-
"credentialsUrl": "https://console.hetzner.cloud/",
|
|
15
|
-
"homepage": "https://www.hetzner.com/cloud"
|
|
16
|
-
}
|
package/servers/hetzner/env_vars
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
HETZNER_API_TOKEN
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "hetzner",
|
|
4
|
-
"name": "Hetzner Cloud",
|
|
5
|
-
"description": "Manage Hetzner Cloud infrastructure — servers, networks, load balancers, volumes, firewalls, and more via the Hetzner Cloud API",
|
|
6
|
-
"repository": "https://github.com/dkruyt/mcp-hetzner",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "node",
|
|
11
|
-
"args": [
|
|
12
|
-
"dist/index.js"
|
|
13
|
-
],
|
|
14
|
-
"env": {
|
|
15
|
-
"HCLOUD_TOKEN": "${HETZNER_API_TOKEN}"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"auth": {
|
|
20
|
-
"required": true,
|
|
21
|
-
"type": "api-key",
|
|
22
|
-
"envVars": [
|
|
23
|
-
"HETZNER_API_TOKEN"
|
|
24
|
-
],
|
|
25
|
-
"credentialsUrl": "https://console.hetzner.cloud/",
|
|
26
|
-
"instructions": "Create an API token in the Hetzner Cloud Console under your project > Security > API Tokens."
|
|
27
|
-
},
|
|
28
|
-
"install": {
|
|
29
|
-
"method": "git",
|
|
30
|
-
"repository": "https://github.com/dkruyt/mcp-hetzner",
|
|
31
|
-
"buildCommand": "npm install && npm run build",
|
|
32
|
-
"version": "latest"
|
|
33
|
-
},
|
|
34
|
-
"metadata": {
|
|
35
|
-
"homepage": "https://www.hetzner.com/cloud",
|
|
36
|
-
"author": "dkruyt",
|
|
37
|
-
"tags": [
|
|
38
|
-
"cloud",
|
|
39
|
-
"infrastructure",
|
|
40
|
-
"servers",
|
|
41
|
-
"vps",
|
|
42
|
-
"hetzner"
|
|
43
|
-
],
|
|
44
|
-
"category": "infrastructure",
|
|
45
|
-
"pricing": "byok",
|
|
46
|
-
"maturity": "stable",
|
|
47
|
-
"subcategory": "cloud",
|
|
48
|
-
"origin": "community",
|
|
49
|
-
"countries": [
|
|
50
|
-
"EU"
|
|
51
|
-
],
|
|
52
|
-
"audience": "developer",
|
|
53
|
-
"selfHosted": false,
|
|
54
|
-
"sideEffects": "billing-impact",
|
|
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": "WX6LE6XzBdkVW/uDv7MsUBT6GBE0JYNkfzNFoQqL59KFtivMXq5LmNvxL2JmyF0PlhulmQl0NGf09cSp8QagAw==",
|
|
67
|
-
"signedFields": [
|
|
68
|
-
"id",
|
|
69
|
-
"name",
|
|
70
|
-
"description",
|
|
71
|
-
"transports",
|
|
72
|
-
"auth",
|
|
73
|
-
"install",
|
|
74
|
-
"metadata"
|
|
75
|
-
],
|
|
76
|
-
"signedAt": "2026-03-20T14:24:45.822Z"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Hostinger MCP Server
|
|
2
|
-
|
|
3
|
-
Hostinger MCP tools for hosting operations.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npx
|
|
7
|
-
- Hostinger API token
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install hostinger
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install hostinger
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://hpanel.hostinger.com/api
|
|
25
|
-
2. Add to .env: `HOSTINGER_API_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
|
-
- Hosting and site management tools
|
|
31
|
-
- Domain and DNS management tools
|
|
32
|
-
- Account and infrastructure utilities
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh hostinger --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/hostinger/` for easy reinstall.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
HOSTINGER_API_TOKEN
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "hostinger",
|
|
4
|
-
"name": "Hostinger",
|
|
5
|
-
"description": "Web hosting management via Hostinger API — manage domains, hosting plans, email accounts, and website settings",
|
|
6
|
-
"transports": [
|
|
7
|
-
{
|
|
8
|
-
"type": "stdio",
|
|
9
|
-
"command": "npx",
|
|
10
|
-
"args": [
|
|
11
|
-
"-y",
|
|
12
|
-
"hostinger-api-mcp@0.1.28"
|
|
13
|
-
],
|
|
14
|
-
"env": {
|
|
15
|
-
"HOSTINGER_API_TOKEN": "${HOSTINGER_API_TOKEN}"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"auth": {
|
|
20
|
-
"required": true,
|
|
21
|
-
"type": "api-key",
|
|
22
|
-
"envVars": [
|
|
23
|
-
"HOSTINGER_API_TOKEN"
|
|
24
|
-
],
|
|
25
|
-
"credentialsUrl": "https://hpanel.hostinger.com/api",
|
|
26
|
-
"instructions": "Generate an API token in the Hostinger hPanel under API section."
|
|
27
|
-
},
|
|
28
|
-
"install": {
|
|
29
|
-
"method": "npx",
|
|
30
|
-
"package": "hostinger-api-mcp",
|
|
31
|
-
"version": "0.1.28"
|
|
32
|
-
},
|
|
33
|
-
"metadata": {
|
|
34
|
-
"homepage": "https://www.hostinger.com/",
|
|
35
|
-
"author": "Anthropic / Hostinger",
|
|
36
|
-
"tags": [
|
|
37
|
-
"hosting",
|
|
38
|
-
"domains",
|
|
39
|
-
"web-hosting",
|
|
40
|
-
"email",
|
|
41
|
-
"dns"
|
|
42
|
-
],
|
|
43
|
-
"category": "infrastructure",
|
|
44
|
-
"pricing": "byok",
|
|
45
|
-
"maturity": "stable",
|
|
46
|
-
"subcategory": "cloud",
|
|
47
|
-
"origin": "official",
|
|
48
|
-
"countries": [
|
|
49
|
-
"global"
|
|
50
|
-
],
|
|
51
|
-
"audience": "developer",
|
|
52
|
-
"selfHosted": false,
|
|
53
|
-
"sideEffects": "billing-impact",
|
|
54
|
-
"authSummary": "api-key"
|
|
55
|
-
},
|
|
56
|
-
"capabilities": {
|
|
57
|
-
"tools": true,
|
|
58
|
-
"resources": false,
|
|
59
|
-
"prompts": false,
|
|
60
|
-
"sampling": false
|
|
61
|
-
},
|
|
62
|
-
"repository": "https://github.com/hostinger/api-mcp-server",
|
|
63
|
-
"signature": {
|
|
64
|
-
"algorithm": "ed25519",
|
|
65
|
-
"publisherId": "aiwerk",
|
|
66
|
-
"value": "7OV7oq85Z/TQkt4GzU82cAUDul+MvWRAqVaNBXY8xjRRsOwBkGTQcWxFo+8ZYbmEH+D8C0wRoragBxSonhXPBQ==",
|
|
67
|
-
"signedFields": [
|
|
68
|
-
"id",
|
|
69
|
-
"name",
|
|
70
|
-
"description",
|
|
71
|
-
"transports",
|
|
72
|
-
"auth",
|
|
73
|
-
"install",
|
|
74
|
-
"metadata"
|
|
75
|
-
],
|
|
76
|
-
"signedAt": "2026-03-24T18:34:37.697Z"
|
|
77
|
-
}
|
|
78
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
# IMAP Email MCP Server
|
|
2
|
-
|
|
3
|
-
IMAP/SMTP email tools for any provider (list, read, search, move, flag, delete, send, reply, attachments).
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npx
|
|
7
|
-
- IMAP credentials
|
|
8
|
-
- SMTP credentials (optional, for sending)
|
|
9
|
-
|
|
10
|
-
## Quick Install
|
|
11
|
-
|
|
12
|
-
### Linux / macOS
|
|
13
|
-
```bash
|
|
14
|
-
mcp-bridge install imap-email
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
mcp-bridge install imap-email
|
|
20
|
-
```
|
|
21
|
-
|
|
22
|
-
## Required Environment Variables
|
|
23
|
-
- `IMAP_HOST`
|
|
24
|
-
- `IMAP_PORT`
|
|
25
|
-
- `IMAP_USER`
|
|
26
|
-
- `IMAP_PASS`
|
|
27
|
-
- `SMTP_HOST`
|
|
28
|
-
- `SMTP_PORT`
|
|
29
|
-
- `SMTP_SEND_ENABLED`
|
|
30
|
-
|
|
31
|
-
Set `SMTP_SEND_ENABLED=true` to enable sending/replying via SMTP.
|
|
32
|
-
|
|
33
|
-
## Remove
|
|
34
|
-
|
|
35
|
-
```bash
|
|
36
|
-
./install-server.sh imap-email --remove
|
|
37
|
-
```
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"id": "imap-email",
|
|
3
|
-
"schemaVersion": 2,
|
|
4
|
-
"name": "IMAP Email",
|
|
5
|
-
"description": "Email tools for any IMAP/SMTP provider - list, read, search, send, manage emails",
|
|
6
|
-
"recipeVersion": "1.0.0",
|
|
7
|
-
"metadata": {
|
|
8
|
-
"category": "communication",
|
|
9
|
-
"tags": [
|
|
10
|
-
"email",
|
|
11
|
-
"imap",
|
|
12
|
-
"smtp",
|
|
13
|
-
"inbox"
|
|
14
|
-
],
|
|
15
|
-
"country": "global",
|
|
16
|
-
"language": "en",
|
|
17
|
-
"homepage": "https://github.com/AIWerk/mcp-server-imap",
|
|
18
|
-
"license": "MIT",
|
|
19
|
-
"pricing": "free",
|
|
20
|
-
"maturity": "stable",
|
|
21
|
-
"subcategory": "email",
|
|
22
|
-
"origin": "aiwerk",
|
|
23
|
-
"countries": [
|
|
24
|
-
"global"
|
|
25
|
-
],
|
|
26
|
-
"audience": "general",
|
|
27
|
-
"selfHosted": true,
|
|
28
|
-
"sideEffects": "read-write",
|
|
29
|
-
"authSummary": "api-key"
|
|
30
|
-
},
|
|
31
|
-
"transports": [
|
|
32
|
-
{
|
|
33
|
-
"type": "stdio",
|
|
34
|
-
"command": "npx",
|
|
35
|
-
"args": [
|
|
36
|
-
"-y",
|
|
37
|
-
"@aiwerk/mcp-server-imap@1.1.8"
|
|
38
|
-
],
|
|
39
|
-
"env": {
|
|
40
|
-
"IMAP_HOST": "${IMAP_HOST}",
|
|
41
|
-
"IMAP_PORT": "${IMAP_PORT}",
|
|
42
|
-
"IMAP_USER": "${IMAP_USER}",
|
|
43
|
-
"IMAP_PASS": "${IMAP_PASS}",
|
|
44
|
-
"SMTP_HOST": "${SMTP_HOST}",
|
|
45
|
-
"SMTP_PORT": "${SMTP_PORT}",
|
|
46
|
-
"SMTP_SEND_ENABLED": "${SMTP_SEND_ENABLED}"
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"auth": {
|
|
51
|
-
"required": true,
|
|
52
|
-
"type": "api-key",
|
|
53
|
-
"envVars": [
|
|
54
|
-
"IMAP_HOST",
|
|
55
|
-
"IMAP_PORT",
|
|
56
|
-
"IMAP_USER",
|
|
57
|
-
"IMAP_PASS",
|
|
58
|
-
"SMTP_HOST",
|
|
59
|
-
"SMTP_PORT",
|
|
60
|
-
"SMTP_SEND_ENABLED"
|
|
61
|
-
],
|
|
62
|
-
"instructions": "Set your IMAP server hostname, port, username (email), and password. For Gmail use an App Password. Set SMTP_SEND_ENABLED=true to enable email sending.",
|
|
63
|
-
"bootstrap": "env-only"
|
|
64
|
-
},
|
|
65
|
-
"install": {
|
|
66
|
-
"method": "npx",
|
|
67
|
-
"package": "@aiwerk/mcp-server-imap",
|
|
68
|
-
"version": "1.1.8",
|
|
69
|
-
"toolsHash": "sha256-6ae071b777345740e7edaf319c71b57e65c657c145b68b96e6f6bcd6c0c1730a"
|
|
70
|
-
},
|
|
71
|
-
"capabilities": {
|
|
72
|
-
"toolCount": 10,
|
|
73
|
-
"toolNames": [
|
|
74
|
-
"email_list",
|
|
75
|
-
"email_read",
|
|
76
|
-
"email_search",
|
|
77
|
-
"email_folders",
|
|
78
|
-
"email_move",
|
|
79
|
-
"email_flag",
|
|
80
|
-
"email_delete",
|
|
81
|
-
"email_send",
|
|
82
|
-
"email_reply",
|
|
83
|
-
"email_attachment"
|
|
84
|
-
],
|
|
85
|
-
"sideEffects": "external-write"
|
|
86
|
-
},
|
|
87
|
-
"repository": "https://github.com/AIWerk/mcp-server-imap",
|
|
88
|
-
"signature": {
|
|
89
|
-
"algorithm": "ed25519",
|
|
90
|
-
"publisherId": "aiwerk",
|
|
91
|
-
"value": "m6cRcAiimoEXyt9wl+69O5z0JeLWo9bUzgfo+/33H8WJamz9RTacywypQasBbBNDBjYn2QrXSnvEDOVJa1/JBg==",
|
|
92
|
-
"signedFields": [
|
|
93
|
-
"id",
|
|
94
|
-
"name",
|
|
95
|
-
"description",
|
|
96
|
-
"transports",
|
|
97
|
-
"auth",
|
|
98
|
-
"install",
|
|
99
|
-
"metadata"
|
|
100
|
-
],
|
|
101
|
-
"signedAt": "2026-03-24T18:35:06.321Z"
|
|
102
|
-
}
|
|
103
|
-
}
|
package/servers/linear/README.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Linear MCP Server
|
|
2
|
-
|
|
3
|
-
Linear issue and project management MCP server.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npm
|
|
7
|
-
- Linear API key
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install linear
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install linear
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://linear.app/settings/api
|
|
25
|
-
2. Add to .env: `LINEAR_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
|
-
- Issue create/update/search tools
|
|
31
|
-
- Project and cycle management tools
|
|
32
|
-
- Team workflow helpers
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh linear --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/linear/` for easy reinstall.
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"name": "linear",
|
|
4
|
-
"description": "project management",
|
|
5
|
-
"transport": "stdio",
|
|
6
|
-
"command": "node",
|
|
7
|
-
"args": [
|
|
8
|
-
"path/to/linear-mcp/dist/index.js"
|
|
9
|
-
],
|
|
10
|
-
"env": {
|
|
11
|
-
"LINEAR_API_KEY": "${LINEAR_API_KEY}"
|
|
12
|
-
},
|
|
13
|
-
"authRequired": true,
|
|
14
|
-
"credentialsUrl": "https://linear.app/settings/api",
|
|
15
|
-
"homepage": "https://linear.app/"
|
|
16
|
-
}
|
package/servers/linear/env_vars
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
LINEAR_API_KEY
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 2,
|
|
3
|
-
"id": "linear",
|
|
4
|
-
"name": "Linear",
|
|
5
|
-
"description": "Linear project management — create, update, and search issues, projects, and teams via the Linear API",
|
|
6
|
-
"repository": "https://github.com/cline/linear-mcp",
|
|
7
|
-
"transports": [
|
|
8
|
-
{
|
|
9
|
-
"type": "stdio",
|
|
10
|
-
"command": "node",
|
|
11
|
-
"args": [
|
|
12
|
-
"dist/index.js"
|
|
13
|
-
],
|
|
14
|
-
"env": {
|
|
15
|
-
"LINEAR_API_KEY": "${LINEAR_API_KEY}"
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
],
|
|
19
|
-
"auth": {
|
|
20
|
-
"required": true,
|
|
21
|
-
"type": "api-key",
|
|
22
|
-
"envVars": [
|
|
23
|
-
"LINEAR_API_KEY"
|
|
24
|
-
],
|
|
25
|
-
"credentialsUrl": "https://linear.app/settings/api",
|
|
26
|
-
"instructions": "Create a Personal API key in Linear Settings > API."
|
|
27
|
-
},
|
|
28
|
-
"install": {
|
|
29
|
-
"method": "git",
|
|
30
|
-
"repository": "https://github.com/cline/linear-mcp",
|
|
31
|
-
"buildCommand": "npm install && npm run build",
|
|
32
|
-
"version": "latest"
|
|
33
|
-
},
|
|
34
|
-
"metadata": {
|
|
35
|
-
"homepage": "https://linear.app/",
|
|
36
|
-
"author": "Cline",
|
|
37
|
-
"tags": [
|
|
38
|
-
"project-management",
|
|
39
|
-
"issues",
|
|
40
|
-
"tasks",
|
|
41
|
-
"teams",
|
|
42
|
-
"agile"
|
|
43
|
-
],
|
|
44
|
-
"category": "productivity",
|
|
45
|
-
"pricing": "byok",
|
|
46
|
-
"maturity": "stable",
|
|
47
|
-
"subcategory": "project-management",
|
|
48
|
-
"origin": "community",
|
|
49
|
-
"countries": [
|
|
50
|
-
"global"
|
|
51
|
-
],
|
|
52
|
-
"audience": "developer",
|
|
53
|
-
"selfHosted": false,
|
|
54
|
-
"sideEffects": "read-write",
|
|
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": "qmaBgrxT3lNFEjQ4MOBeyDC0Cs7pCG487so8PU89JU6MqHUj3foZHGH40BLVcb+nIjp5N1P503LphZCQIC0jBw==",
|
|
67
|
-
"signedFields": [
|
|
68
|
-
"id",
|
|
69
|
-
"name",
|
|
70
|
-
"description",
|
|
71
|
-
"transports",
|
|
72
|
-
"auth",
|
|
73
|
-
"install",
|
|
74
|
-
"metadata"
|
|
75
|
-
],
|
|
76
|
-
"signedAt": "2026-03-24T18:35:38.635Z"
|
|
77
|
-
}
|
|
78
|
-
}
|
package/servers/miro/README.md
DELETED
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
# Miro MCP Server
|
|
2
|
-
|
|
3
|
-
Miro board MCP tools for collaborative whiteboards.
|
|
4
|
-
|
|
5
|
-
## Requirements
|
|
6
|
-
- Node.js + npx
|
|
7
|
-
- Miro API token
|
|
8
|
-
|
|
9
|
-
## Quick Install
|
|
10
|
-
|
|
11
|
-
### Linux / macOS
|
|
12
|
-
```bash
|
|
13
|
-
# Using mcp-bridge CLI:
|
|
14
|
-
mcp-bridge install miro
|
|
15
|
-
```
|
|
16
|
-
|
|
17
|
-
### Windows (PowerShell)
|
|
18
|
-
```powershell
|
|
19
|
-
# Using mcp-bridge CLI:
|
|
20
|
-
mcp-bridge install miro
|
|
21
|
-
```
|
|
22
|
-
|
|
23
|
-
### Manual Setup
|
|
24
|
-
1. Get your token: https://miro.com/app/settings/user-profile/apps
|
|
25
|
-
2. Add to .env: `MIRO_API_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
|
-
- Board content read tools
|
|
31
|
-
- Board object creation/update tools
|
|
32
|
-
- Collaboration workspace helpers
|
|
33
|
-
|
|
34
|
-
## Remove
|
|
35
|
-
|
|
36
|
-
```bash
|
|
37
|
-
./install-server.sh miro --remove
|
|
38
|
-
```
|
|
39
|
-
|
|
40
|
-
Removes the server from config and cleans up the API token. The server recipe stays in `servers/miro/` for easy reinstall.
|
package/servers/miro/config.json
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"schemaVersion": 1,
|
|
3
|
-
"name": "miro",
|
|
4
|
-
"description": "collaborative whiteboard",
|
|
5
|
-
"transport": "stdio",
|
|
6
|
-
"command": "npx",
|
|
7
|
-
"args": [
|
|
8
|
-
"-y",
|
|
9
|
-
"@llmindset/mcp-miro",
|
|
10
|
-
"--token",
|
|
11
|
-
"${MIRO_API_TOKEN}"
|
|
12
|
-
],
|
|
13
|
-
"env": {
|
|
14
|
-
"MIRO_API_TOKEN": "${MIRO_API_TOKEN}"
|
|
15
|
-
},
|
|
16
|
-
"authRequired": true,
|
|
17
|
-
"credentialsUrl": "https://miro.com/app/settings/user-profile/apps",
|
|
18
|
-
"homepage": "https://miro.com/"
|
|
19
|
-
}
|
package/servers/miro/env_vars
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
MIRO_API_TOKEN
|
package/servers/miro/install.ps1
DELETED
package/servers/miro/install.sh
DELETED