@aiwerk/mcp-bridge 1.2.0 → 1.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aiwerk/mcp-bridge",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Standalone MCP server that multiplexes multiple MCP servers into one interface",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
@@ -0,0 +1,19 @@
1
+ {
2
+ "schemaVersion": 1,
3
+ "name": "atlassian",
4
+ "description": "Confluence wiki and Jira project management (search, create, update pages and issues)",
5
+ "transport": "stdio",
6
+ "command": "uvx",
7
+ "args": ["mcp-atlassian"],
8
+ "env": {
9
+ "CONFLUENCE_URL": "${CONFLUENCE_URL}",
10
+ "CONFLUENCE_USERNAME": "${CONFLUENCE_USERNAME}",
11
+ "CONFLUENCE_API_TOKEN": "${CONFLUENCE_API_TOKEN}",
12
+ "JIRA_URL": "${JIRA_URL}",
13
+ "JIRA_USERNAME": "${JIRA_USERNAME}",
14
+ "JIRA_API_TOKEN": "${JIRA_API_TOKEN}"
15
+ },
16
+ "authRequired": true,
17
+ "credentialsUrl": "https://id.atlassian.com/manage-profile/security/api-tokens",
18
+ "homepage": "https://github.com/sooperset/mcp-atlassian"
19
+ }
@@ -6,7 +6,7 @@
6
6
  "command": "npx",
7
7
  "args": [
8
8
  "-y",
9
- "@anthropic-pb/google-maps-mcp-server"
9
+ "@modelcontextprotocol/server-google-maps"
10
10
  ],
11
11
  "env": {
12
12
  "GOOGLE_MAPS_API_KEY": "${GOOGLE_MAPS_API_KEY}"
@@ -11,6 +11,21 @@
11
11
  "APIFY_TOKEN"
12
12
  ]
13
13
  },
14
+ "atlassian": {
15
+ "description": "Confluence wiki & Jira project management",
16
+ "transport": "stdio",
17
+ "authRequired": true,
18
+ "homepage": "https://github.com/sooperset/mcp-atlassian",
19
+ "installMethod": "uvx",
20
+ "envVars": [
21
+ "CONFLUENCE_URL",
22
+ "CONFLUENCE_USERNAME",
23
+ "CONFLUENCE_API_TOKEN",
24
+ "JIRA_URL",
25
+ "JIRA_USERNAME",
26
+ "JIRA_API_TOKEN"
27
+ ]
28
+ },
14
29
  "github": {
15
30
  "description": "repos, issues, PRs",
16
31
  "transport": "stdio",
@@ -6,7 +6,7 @@
6
6
  "command": "npx",
7
7
  "args": [
8
8
  "-y",
9
- "@anthropic-pb/stripe-mcp-server",
9
+ "@stripe/mcp",
10
10
  "--tools=all",
11
11
  "--api-key=${STRIPE_API_KEY}"
12
12
  ],
@@ -6,7 +6,7 @@
6
6
  "command": "npx",
7
7
  "args": [
8
8
  "-y",
9
- "tavily-mcp@0.3.0"
9
+ "tavily-mcp@0.2.18"
10
10
  ],
11
11
  "env": {
12
12
  "TAVILY_API_KEY": "${TAVILY_API_KEY}"