From 14258180401ad9f1ad3a58db1e9a97300e875d8c Mon Sep 17 00:00:00 2001 From: Jeff S Date: Sun, 14 Jun 2026 11:44:55 -0700 Subject: [PATCH] Add BareWire to community MCP servers --- ADDITIONAL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ADDITIONAL.md b/ADDITIONAL.md index 3c25b3557d..02a0d698eb 100644 --- a/ADDITIONAL.md +++ b/ADDITIONAL.md @@ -8,6 +8,7 @@ This is a curated collection of community-built frameworks and resources that si * **[Anubis MCP](https://github.com/zoedsoupe/anubis-mcp)** (Elixir) - A high-performance and high-level Model Context Protocol (MCP) implementation in Elixir. Think like "Live View" for MCP. * **[ModelFetch](https://github.com/phuctm97/modelfetch/)** (TypeScript) - Runtime-agnostic SDK to create and deploy MCP servers anywhere TypeScript/JavaScript runs +* **[BareWire](https://github.com/barewire-ai/barewire-extensions/tree/main/packages/mcp-server)** - Agentic proxy gateway MCP server that strips HTML bloat and translates complex web pages into semantic Shadow DOM, effectively bypassing anti-bot measures. * **[EasyMCP](https://github.com/zcaceres/easy-mcp/)** (TypeScript) * **[FastAPI to MCP auto generator](https://github.com/tadata-org/fastapi_mcp)** – A zero-configuration tool for automatically exposing FastAPI endpoints as MCP tools by **[Tadata](https://tadata.com/)** * **[FastMCP](https://github.com/punkpeye/fastmcp)** (TypeScript)