Commit Graph

2265 Commits

Author SHA1 Message Date
tszhim_tech
58a2c19dfc update order 2025-05-08 17:50:38 +08:00
tszhim_tech
5d14409ed1 Merge branch 'main' into feature/add-plane-mcp 2025-05-08 17:49:31 +08:00
shaun smith
23e35953fc Merge pull request #1584 from ragieai/main
Add Ragie to third-party server list
2025-05-08 08:57:08 +01:00
Bob Remeika
0fa56f5e2c Merge branch 'main' into main 2025-05-07 20:35:23 -07:00
shaun smith
90c4a322dd Merge pull request #1491 from shaofengshi/add_gravitino
Add Apache Gravitino
2025-05-07 21:36:51 +01:00
shaun smith
b05ca865dd Merge pull request #1500 from rust-mcp-stack/add-rust-mcp-filesystem
chore: add rust mcp filesystem to community servers
2025-05-07 21:35:07 +01:00
shaun smith
e5e842be06 Merge pull request #1503 from VivekKumarNeu/mcp-lucene-server
add lucene mcp server
2025-05-07 21:33:01 +01:00
Ola Hungerford
239e18f880 Merge pull request #1201 from yomandawg/jun/puppeteer
Add optional parameter to Puppeteer tool to capture screenshot as base64 TextContent
2025-05-07 04:36:18 -07:00
Jun Kim
3ce1efbd37 Merge branch 'main' into jun/puppeteer 2025-05-07 01:39:01 -05:00
Ola Hungerford
bdf4323d9c Merge pull request #1687 from minorun365/patch-1
Fixed README: Added NPX config for Claude Desktop
2025-05-06 20:07:36 -07:00
Jun Kim
cbf4d6b611 Merge branch 'main' into jun/puppeteer 2025-05-06 16:21:13 -05:00
Jun
4bb9ec779e remove redundancy and update puppeteer_screenshot tool description 2025-05-06 16:18:57 -05:00
みのるん
95df2efa0c Merge branch 'main' into patch-1 2025-05-07 00:15:18 +09:00
Cliff Hall
2645e03e5f Merge pull request #1673 from cliffhall/choose-server-at-startup-from-npx
Choose the server-everything transport on the command line
2025-05-06 11:10:58 -04:00
みのるん
96352032fc Fixed README: Added NPX config for Claude Desktop 2025-05-07 00:10:50 +09:00
Ola Hungerford
1cdbeb3d97 Merge pull request #1677 from cliffhall/main
Update `server-everything` to use the latest version of the SDK
2025-05-06 07:49:30 -07:00
cliffhall
e30f30868f Update server-everything to use the latest version of the SDK
* In sse.ts & streamableHttp.ts
  - change console.log to console.error
2025-05-06 10:27:49 -04:00
cliffhall
69549cc844 Update server-everything to use the latest version of the SDK
* In stdio.ts
  - change console.log to console.error
2025-05-06 10:26:47 -04:00
Jun
51593d9a9a add optional encoded param to puppeteer_screenshot for base64 output 2025-05-06 02:46:41 -05:00
Jun Kim
249024599f Merge branch 'main' into jun/puppeteer 2025-05-06 02:21:45 -05:00
cliffhall
c4371d95d5 Update server-everything to use the latest version of the SDK 2025-05-05 18:00:44 -04:00
cliffhall
f06dc654ff Update server-everything to allow choosing the transport on the command line.
* Update README.md
2025-05-05 13:33:25 -04:00
cliffhall
f93911607b Update server-everything to allow choosing the transport on the command line.
# Run the default (stdio) server
```npx @modelcontextprotocol/server-everything```

# Or specify stdio explicitly
```npx @modelcontextprotocol/server-everything stdio```

# Run the SSE server
```npx @modelcontextprotocol/server-everything sse```

# Run the streamable HTTP server
```npx @modelcontextprotocol/server-everything streamableHttp```

* In src/everything/index.ts
  - refactor/extracted contents to stdio.ts
  - replaced with code that
    - Gets the single argument from the commandline as scriptName
    - switches on scriptName
    - imports the appropriate server script or outputs usage options
  - scripts run on import

* In src/everything/stdio.ts
  - added console log "Starting default (STDIO) server..."

* In src/everything/sse.ts
  - added console log "Starting SSE server..."

* In src/everything/streamableHttp.ts
  - added console log "Starting Streamable HTTP server..."

* This fixes #1594
2025-05-05 13:09:38 -04:00
Ola Hungerford
0ad83e8dda Merge pull request #1183 from buvinghausen/main
Fix docker warnings in Puppeteer dockerfile
2025-05-05 07:20:48 -07:00
shaun smith
b2641790c6 Merge pull request #1647 from rohans2/patch-1
Add reference to Google Sheets MCP Server
2025-05-05 11:00:27 +01:00
Rohan Sharma
db37f47cc8 Merge branch 'main' into patch-1 2025-05-03 15:36:20 -04:00
shaun smith
93a9e036bf Merge pull request #1622 from krisdyna/main
Add official Dynatrace MCP server
2025-05-03 16:33:40 +01:00
Ali Hashemi
c6def84b27 Merge branch 'main' into add-rust-mcp-filesystem 2025-05-03 09:11:48 -03:00
Bob Remeika
0b99e08bce Merge branch 'main' into main 2025-05-02 22:54:29 -07:00
shaun smith
12f0df0ac5 Merge pull request #1651 from fmenezes/fmenezes/add_mongodb
Add MongoDB official mcp server
2025-05-02 19:16:50 +01:00
shaun smith
e730686c63 Merge pull request #1652 from TocharianOU/add-kibana-mcp-server
Add Kibana MCP Server to community servers list
2025-05-02 15:28:27 +01:00
TocharinOU
85403171e2 Add Kibana MCP Server to community servers list 2025-05-02 21:52:32 +08:00
Filipe C Menezes
70cdf59a61 fix 2025-05-02 14:20:47 +01:00
Filipe C Menezes
0e5eab40f6 Add MongoDB official mcp server 2025-05-02 14:10:37 +01:00
Bob Remeika
dc58710119 Merge branch 'main' into main 2025-05-01 19:44:52 -07:00
Rohan Sharma
afdf0bd26f Add Google Sheets MCP Server
This google sheets MCP Server is written in TypeScript.
2025-05-01 21:15:11 -04:00
Tadas Antanavicius
1b2f426677 Merge pull request #1628 from Taidgh-Robinson/nba-mcp-server
Added nba-mcp-server to Community Servers list
2025-05-01 09:05:07 -07:00
Tadas Antanavicius
20552fe5f9 Merge pull request #1641 from opslevel-ops/patch-1
Add Official MCP for OpsLevel
2025-05-01 09:04:46 -07:00
Cliff Hall
194767fcc9 Merge pull request #1174 from lipandongDr/update_readme
Add Alibaba Cloud AnalyticDB for MySQL MCP Server to README
2025-05-01 11:29:54 -04:00
opslevel-ops
ea35180003 Add Official MCP for OpsLevel 2025-05-01 08:00:20 -05:00
lipandongDr
36322c58d5 Merge branch 'main' into update_readme 2025-05-01 10:59:44 +08:00
Taidgh Robinson
f99ed04680 Merge branch 'main' into nba-mcp-server 2025-04-30 13:23:43 -04:00
Tadas Antanavicius
e6b062f686 Merge pull request #1605 from stefanoamorelli/feat/hyprmcp
Add Hyprland MCP server
2025-04-30 07:10:58 -07:00
Taidgh Robinson
042482110d Added nba-mcp-server to Community Servers list 2025-04-29 17:33:48 -07:00
Shaofeng Shi
f5f0c65677 minor, update the code repo name 2025-04-29 19:27:56 +08:00
Shaofeng Shi
15e1b79b0d Add Apache Gravitino 2025-04-29 19:27:56 +08:00
Kris Muhi
21c7a0673c Update README.md 2025-04-29 11:29:45 +02:00
Kris Muhi
1037620edb Update README.md 2025-04-29 11:28:33 +02:00
lipandongDr
247f20a669 Merge branch 'main' into update_readme 2025-04-29 11:19:52 +08:00
Stefano Amorelli
a1daff49fe feat(hyprmcp): add hyprmcp to the servers' list 2025-04-27 22:56:00 +03:00