From a4577db4f152f5ede25d6d18a07b7a5b396f797f Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Tue, 28 Oct 2025 21:22:03 +0530 Subject: [PATCH 1/3] docs: Add Aviationstack MCP --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a08563245d..7ef143eb8f 100644 --- a/README.md +++ b/README.md @@ -574,7 +574,8 @@ A growing set of community-developed and maintained servers demonstrates various - **[Atlassian Server (by phuc-nt)](https://github.com/phuc-nt/mcp-atlassian-server)** - An MCP server that connects AI agents (Cline, Claude Desktop, Cursor, etc.) to Atlassian Jira & Confluence, enabling data queries and actions through the Model Context Protocol. - **[Attestable MCP](https://github.com/co-browser/attestable-mcp-server)** - An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html). This allows an MCP client to verify the server before connecting. - **[Audius](https://github.com/glassBead-tc/audius-mcp-atris)** - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude. -- **[AutoML](https://github.com/emircansoftware/MCP_Server_DataScience)** – An MCP server for data analysis workflows including reading, preprocessing, feature engineering, model selection, visualization, and hyperparameter tuning. +- **[Audius](https://github.com/glassBead-tc/audius-mcp-atris)** - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude. +- **[Aviationstack](https://github.com/Pradumnasaraf/aviationstack-mcp)** – An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. - **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM. - **[AWS Athena](https://github.com/lishenxydlgzs/aws-athena-mcp)** - An MCP server for AWS Athena to run SQL queries on Glue Catalog. - **[AWS Cognito](https://github.com/gitCarrot/mcp-server-aws-cognito)** - An MCP server that connects to AWS Cognito for authentication and user management. From 3b3fbeea7e8e9020d11e52ee57911ed3ac800f3b Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Fri, 31 Oct 2025 07:41:05 +0530 Subject: [PATCH 2/3] Remove duplicate Audius entry from README Removed duplicate entry for Audius MCP server in the README. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 7ef143eb8f..bbafc5d32b 100644 --- a/README.md +++ b/README.md @@ -574,7 +574,6 @@ A growing set of community-developed and maintained servers demonstrates various - **[Atlassian Server (by phuc-nt)](https://github.com/phuc-nt/mcp-atlassian-server)** - An MCP server that connects AI agents (Cline, Claude Desktop, Cursor, etc.) to Atlassian Jira & Confluence, enabling data queries and actions through the Model Context Protocol. - **[Attestable MCP](https://github.com/co-browser/attestable-mcp-server)** - An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html). This allows an MCP client to verify the server before connecting. - **[Audius](https://github.com/glassBead-tc/audius-mcp-atris)** - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude. -- **[Audius](https://github.com/glassBead-tc/audius-mcp-atris)** - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude. - **[Aviationstack](https://github.com/Pradumnasaraf/aviationstack-mcp)** – An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. - **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM. - **[AWS Athena](https://github.com/lishenxydlgzs/aws-athena-mcp)** - An MCP server for AWS Athena to run SQL queries on Glue Catalog. From 393611484a5743449fca91be3b3069cbeec4802e Mon Sep 17 00:00:00 2001 From: Pradumna Saraf Date: Fri, 31 Oct 2025 07:43:27 +0530 Subject: [PATCH 3/3] Add AutoML MCP server entry to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bbafc5d32b..cd1dc64b22 100644 --- a/README.md +++ b/README.md @@ -574,6 +574,7 @@ A growing set of community-developed and maintained servers demonstrates various - **[Atlassian Server (by phuc-nt)](https://github.com/phuc-nt/mcp-atlassian-server)** - An MCP server that connects AI agents (Cline, Claude Desktop, Cursor, etc.) to Atlassian Jira & Confluence, enabling data queries and actions through the Model Context Protocol. - **[Attestable MCP](https://github.com/co-browser/attestable-mcp-server)** - An MCP server running inside a trusted execution environment (TEE) via Gramine, showcasing remote attestation using [RA-TLS](https://gramine.readthedocs.io/en/stable/attestation.html). This allows an MCP client to verify the server before connecting. - **[Audius](https://github.com/glassBead-tc/audius-mcp-atris)** - Audius + AI = Atris. Interact with fans, stream music, tip your favorite artists, and more on Audius: all through Claude. +- **[AutoML](https://github.com/emircansoftware/MCP_Server_DataScience)** – An MCP server for data analysis workflows including reading, preprocessing, feature engineering, model selection, visualization, and hyperparameter tuning. - **[Aviationstack](https://github.com/Pradumnasaraf/aviationstack-mcp)** – An MCP server using the AviationStack API to fetch real-time flight data including airline flights, airport schedules, future flights and aircraft types. - **[AWS](https://github.com/rishikavikondala/mcp-server-aws)** - Perform operations on your AWS resources using an LLM. - **[AWS Athena](https://github.com/lishenxydlgzs/aws-athena-mcp)** - An MCP server for AWS Athena to run SQL queries on Glue Catalog.