From b39e2dc81a6348d787da7acf7b945ec66f8ee6ec Mon Sep 17 00:00:00 2001 From: tadas Date: Mon, 23 Mar 2026 18:00:07 +0000 Subject: [PATCH 1/3] =?UTF-8?q?Add=20A2ASearch=20to=20Resources=20?= =?UTF-8?q?=E2=80=94=20searchable=20directory=20for=20MCP=20servers=20and?= =?UTF-8?q?=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aefbd53c0b..443f37c679 100644 --- a/README.md +++ b/README.md @@ -1512,6 +1512,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie Additional resources on MCP. - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. +- **[A2ASearch](https://a2asearch.ai)** - Searchable directory of 4,800+ MCP servers, AI agents, CLI tools and agent skills with a free REST API. Filter by type, search by capability, no auth required. Built by **[Tadas](https://github.com/tadas-github)** - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** - **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)** From e42b909f4eef83ab1b4996ff838ed884fdc2d782 Mon Sep 17 00:00:00 2001 From: tadas Date: Mon, 23 Mar 2026 18:11:09 +0000 Subject: [PATCH 2/3] Switch to A2ASearch MCP server entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 443f37c679..77e5ec7382 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie Additional resources on MCP. - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. -- **[A2ASearch](https://a2asearch.ai)** - Searchable directory of 4,800+ MCP servers, AI agents, CLI tools and agent skills with a free REST API. Filter by type, search by capability, no auth required. Built by **[Tadas](https://github.com/tadas-github)** +- **[A2ASearch MCP](https://github.com/tadas-github/a2asearch-mcp)** - MCP server that searches 4,800+ MCP servers, AI agents, CLI tools and agent skills from the [A2ASearch](https://a2asearch.ai) directory. Ask Claude or Cursor: "Find MCP servers for database access". Install: `npx -y @a2asearch/mcp-server`. Built by **[Tadas](https://github.com/tadas-github)** - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** - **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)** From 8bc2714d83146c54ba77bd1dd637e764b3263ab7 Mon Sep 17 00:00:00 2001 From: tadas Date: Mon, 23 Mar 2026 18:27:53 +0000 Subject: [PATCH 3/3] Fix npm package name in entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77e5ec7382..dd5f12ab5d 100644 --- a/README.md +++ b/README.md @@ -1512,7 +1512,7 @@ These are high-level frameworks that make it easier to build MCP servers or clie Additional resources on MCP. - **[A2A-MCP Java Bridge](https://github.com/vishalmysore/a2ajava)** - A2AJava brings powerful A2A-MCP integration directly into your Java applications. It enables developers to annotate standard Java methods and instantly expose them as MCP Server, A2A-discoverable actions — with no boilerplate or service registration overhead. -- **[A2ASearch MCP](https://github.com/tadas-github/a2asearch-mcp)** - MCP server that searches 4,800+ MCP servers, AI agents, CLI tools and agent skills from the [A2ASearch](https://a2asearch.ai) directory. Ask Claude or Cursor: "Find MCP servers for database access". Install: `npx -y @a2asearch/mcp-server`. Built by **[Tadas](https://github.com/tadas-github)** +- **[A2ASearch MCP](https://github.com/tadas-github/a2asearch-mcp)** - MCP server that searches 4,800+ MCP servers, AI agents, CLI tools and agent skills from the [A2ASearch](https://a2asearch.ai) directory. Install: `npx -y a2asearch-mcp`. Ask Claude: "Find MCP servers for database access". Built by **[Tadas](https://github.com/tadas-github)** - **[AiMCP](https://www.aimcp.info)** - A collection of MCP clients&servers to find the right mcp tools by **[Hekmon](https://github.com/hekmon8)** - **[Awesome Crypto MCP Servers by badkk](https://github.com/badkk/awesome-crypto-mcp-servers)** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)** - **[Awesome MCP Servers by appcypher](https://github.com/appcypher/awesome-mcp-servers)** - A curated list of MCP servers by **[Stephen Akinyemi](https://github.com/appcypher)**