Commit Graph

1915 Commits

Author SHA1 Message Date
Cliff Hall
f55b6edcd5 Merge branch 'main' into add-logging-to-everything-server 2025-03-17 10:30:05 -04:00
Stephan Aßmus
1ea61edd9f Add reference to "code-assistant" in community servers 2025-03-17 13:54:28 +01:00
MG
b7331f523e Update README.md Fixed AWS Alphabetical order in list
Fixed AWS position in list, alphabetically.
2025-03-17 11:15:54 +03:00
MG
22c0c8fcce Merge branch 'main' into main 2025-03-17 11:09:08 +03:00
MG
f175c9778c Update README.md
Co-authored-by: Tadas Antanavicius <tadas@tadasant.com>
2025-03-17 11:08:52 +03:00
Bury Huang
d580715808 Add community opensource server : AWS Resources Operations 2025-03-17 00:29:07 -07:00
Bury Huang
c4854aa551 add community opensource mcp server OpenAPI AnyApi: https://github.com/baryhuang/mcp-server-any-openapi 2025-03-17 00:17:29 -07:00
Tadas Antanavicius
20a1ac1d8d Merge pull request #871 from QuantGeekDev/patch-3
Added missing author to readme resources
2025-03-16 21:57:02 -07:00
Alex Andru
2eb84dd7f3 Merge branch 'main' into patch-3 2025-03-17 04:14:09 +01:00
Tadas Antanavicius
06f6010d85 Merge pull request #880 from yangkyeongmo/patch-1
Add Airflow MCP Server to README.md
2025-03-16 20:05:42 -07:00
Tadas Antanavicius
37f273f037 Merge pull request #875 from jjsantos01/main
Add QGIS MCP to readme
2025-03-16 20:05:18 -07:00
Tadas Antanavicius
7c7e47cbc0 Merge pull request #785 from pab1it0/add_adx_mcp_server
Add adx-mcp-server
2025-03-16 20:03:02 -07:00
Tadas Antanavicius
a5da265d70 Merge pull request #738 from yuanoOo/oceanbase
Doc: Update README.md to include OceanBase MCP server
2025-03-16 20:02:20 -07:00
Tadas Antanavicius
f6b7b1988b Merge pull request #741 from sujayakar/main
Add Convex to Official Integrations
2025-03-16 20:01:38 -07:00
Tadas Antanavicius
330915b4ea Merge pull request #827 from idoru/add-influxdb-mcp-server
Adds a community InfluxDB MCP server.
2025-03-16 20:00:55 -07:00
yuanoOo
5dbc42bf40 Merge branch 'main' into oceanbase 2025-03-17 10:48:21 +08:00
Alex Andru
5128d7b470 fix typo 2025-03-17 00:04:54 +01:00
Sujay Jayakar
9b54fb62da Add space after logo 2025-03-16 18:04:08 -04:00
Sujay Jayakar
7e75737410 Remove duplicate line from merge 2025-03-16 18:03:06 -04:00
Sujay Jayakar
1a145c32a1 Add Convex to Official Integrations 2025-03-16 18:02:00 -04:00
Sam Coward
119372f185 Merge branch 'main' into add-influxdb-mcp-server 2025-03-16 15:15:13 -04:00
Paul Hernandez
96a53cad91 Update README.md
Add reference to Basic Memory MCP server.
2025-03-16 12:59:38 -05:00
Rishi Jatia
e9cacc5156 Adds a community Fantasy PL MCP Server
Gives your agent direct access to up-to date Fantasy Premier League data.
2025-03-16 12:49:39 -04:00
Gyeongmo Nathan Yang
14a8a39543 Update README.md 2025-03-17 00:57:25 +09:00
EthBerryAdmin
d7ea463aa5 allow ~ to be used in config
following config throws error

```
    "filesystem": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-filesystem",
        "~"
      ]
    },
```

```
Error accessing directory ~: Error: ENOENT: no such file or directory, stat '~'
    at async Object.stat (node:internal/fs/promises:1032:18)
    at async file:///Users/USER_NAME/.npm/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:33:23━━━━━━━━━━━━━━━━━
    at async Promise.all (index 0)
    at async file:///Users/USER_NAME/.npm/_npx/a3241bba59c344f5/node_modules/@modelcontextprotocol/server-filesystem/dist/index.js:31:1 {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: '~'
}
```

this commit fixes error and allows to set ~ as allowed directory
2025-03-16 16:39:24 +04:00
MG
a08cd3e5f6 Merge branch 'main' into main 2025-03-16 11:35:51 +03:00
Juan Santos Ochoa
3e4bad144c Add QGIS MCP to readme 2025-03-15 23:26:02 -06:00
restlessronin
3d7605e650 Update README.md
added 'scrapling-fetch-mcp' as a fetch replacement that can access sites with anti-automation measures
2025-03-16 10:23:10 +05:30
Tadas Antanavicius
b832073859 Merge pull request #872 from modelcontextprotocol/sync-lock-file
Update package-lock.json
2025-03-15 18:31:59 -07:00
Ola Hungerford
b12d0e7b05 Update package-lock.json 2025-03-15 18:15:11 -07:00
Alex Andru
a55c0f2b8f Update README.md 2025-03-16 00:02:29 +01:00
cliffhall
0f0ed351cb Respect log level setting by client
* This fixes #868
* In everything.ts
  - import LoggingLevel from sdk
  - add log messages for all levels
  - add isMessageIgnored function that checks the incoming level against the logLevel and returns false if it is a lower index than the logLevel
  - in the setInterval for sending dummy logs, only send the message if it is not ignored by the logLevel.
2025-03-15 16:45:03 -04:00
Pavel Shklovsky
4bec2177f0 Update README.md 2025-03-15 22:20:20 +02:00
Cliff Hall
a835f3c2d7 Merge branch 'main' into add-logging-to-everything-server 2025-03-15 14:51:53 -04:00
Tadas Antanavicius
bc750b9b6f Merge pull request #822 from QuantGeekDev/patch-2
Add MCP-Framework to frameworks
2025-03-15 11:21:17 -07:00
Tadas Antanavicius
c0c64d9ae6 Merge pull request #869 from aarora79/aws-cost-explorer
Update README.md - fix typos in AWS Cost Explorer community server
2025-03-15 11:20:23 -07:00
Amit Arora
13b62f6cc1 Update README.md
fix typos in AWS Cost Explorer community server
2025-03-15 13:59:14 -04:00
Sam Coward
f4580d4308 Adds a community InfluxDB MCP server. 2025-03-15 13:57:56 -04:00
Alex Andru
847429bf34 Update README.md 2025-03-15 18:52:51 +01:00
MG
da7d9b74f7 Update README.md-- Add Algorand MCP
Add Algorand MCP to the README.md file under community server lists and in the correct alphabetical position.
2025-03-15 20:26:26 +03:00
Tadas Antanavicius
82a64f217c Merge pull request #864 from tsubasakong/main
feat: add Heurist Mesh Agent MCP server
2025-03-15 10:16:47 -07:00
Tadas Antanavicius
7b56e0b467 Merge pull request #863 from Boston343/patch-1
Add Starwind UI MCP to README
2025-03-15 10:16:11 -07:00
Tadas Antanavicius
4b0d7ff626 Merge pull request #776 from aarora79/aws-cost-explorer
add aws cost explorer MCP server to the community server list
2025-03-15 10:14:25 -07:00
Amit Arora
aea2ea7648 fixed alphabetical ordering for AWS entries in the community server list 2025-03-15 13:05:55 -04:00
Amit Arora
20115312dc Merge branch 'main' into aws-cost-explorer 2025-03-15 12:36:36 -04:00
Tadas Antanavicius
117e278046 Merge pull request #839 from virattt/patch-2
Add Financial Datasets MCP server to README
2025-03-15 09:03:26 -07:00
Tadas Antanavicius
8c120085f9 Merge pull request #817 from leonardsellem/add-n8n-mcp-server
Add n8n-mcp-server to Community Servers list
2025-03-15 09:02:20 -07:00
Tadas Antanavicius
c0d969b9bf Merge pull request #857 from lloydzhou/main
add openai-websearch-mcp
2025-03-15 09:00:30 -07:00
Tadas Antanavicius
4840bb1f92 Merge pull request #742 from AshikNesin/main
Add Pushover MCP server to community servers list
2025-03-15 08:59:48 -07:00
Tadas Antanavicius
16650e4744 Merge pull request #800 from decster/add-starrocks
Add StarRocks for the MCP Server
2025-03-15 08:57:15 -07:00