Commit Graph

2245 Commits

Author SHA1 Message Date
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
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
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
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
shaun smith
de1abc85a7 Merge pull request #1599 from snagasuri/add-deebo-link
Add Deebo MCP server link to community servers list
2025-04-27 14:54:22 +01:00
shaun smith
ad364be708 Merge pull request #1562 from tbxark-fork/main
Add MCP Proxy Server
2025-04-27 14:53:14 +01:00
shaun smith
7f51eadb93 Merge pull request #1390 from mytechnotalent/main
PR to add MalwareBazaar_MCP server to the Community list.
2025-04-27 14:51:58 +01:00
Kevin Thomas
9324496085 Merge branch 'main' into main 2025-04-27 08:25:03 -04:00
TBXark
75f17b35cf Merge branch 'modelcontextprotocol:main' into main 2025-04-27 14:35:32 +08:00
shaun smith
1f2ecfca24 Merge pull request #1013 from samuelgursky/add-davinci-resolve-mcp
Add DaVinci Resolve MCP server to community servers list
2025-04-27 07:01:28 +01:00
snagasuri
c596ade68d Add Deebo MCP server link to community servers list 2025-04-26 18:36:33 -07:00
TBXark
82d17ff9f8 Merge branch 'modelcontextprotocol:main' into main 2025-04-27 04:27:39 +08:00
shaun smith
36cf850f27 Merge pull request #1564 from hao-cyber/add-phone-mcp
Add Phone MCP integration to README
2025-04-26 21:00:24 +01:00
Samuel Gursky
7aa38ac5cc Merge branch 'main' into add-davinci-resolve-mcp 2025-04-26 13:22:58 -04:00
hao-cyber
bec57a416b Merge branch 'main' into add-phone-mcp 2025-04-26 18:15:18 +08:00
TBXark
974aa017f4 Merge branch 'modelcontextprotocol:main' into main 2025-04-26 17:27:00 +08:00
shaun smith
364d01636b Merge pull request #1022 from sonnylazuardi/main
Add Talk To Figma MCP to README
2025-04-26 10:22:33 +01:00