From 3b4e5459d348ad7d5b9a388143d488149ed388fc Mon Sep 17 00:00:00 2001 From: therecluse26 Date: Thu, 14 May 2026 12:53:44 -0400 Subject: [PATCH 1/4] feat: add reflex-search/reflex to Search & Data Extraction Co-Authored-By: Paperclip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a58a33b32..1c22a4cc7 100644 --- a/README.md +++ b/README.md @@ -2060,6 +2060,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [QuentinCody/catalysishub-mcp-server](https://github.com/QuentinCody/catalysishub-mcp-server) 🐍 - Unofficial MCP server for searching and retrieving scientific data from the Catalysis Hub database, providing access to computational catalysis research and surface reaction data. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) 📇 ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) 📇 ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. +- [reflex-search/reflex](https://github.com/reflex-search/reflex) 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ 🪟 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. From a36a335ec05da37104f7b8f266a287705a849edb Mon Sep 17 00:00:00 2001 From: therecluse26 <8239106+therecluse26@users.noreply.github.com> Date: Thu, 14 May 2026 14:50:12 -0400 Subject: [PATCH 2/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c22a4cc7..c8835b71e 100644 --- a/README.md +++ b/README.md @@ -2060,7 +2060,8 @@ Tools for conducting research, surveys, interviews, and data collection. - [QuentinCody/catalysishub-mcp-server](https://github.com/QuentinCody/catalysishub-mcp-server) 🐍 - Unofficial MCP server for searching and retrieving scientific data from the Catalysis Hub database, providing access to computational catalysis research and surface reaction data. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) 📇 ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) 📇 ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. -- [reflex-search/reflex](https://github.com/reflex-search/reflex) 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. +- [reflex-search/reflex](https://github.com/reflex-search/reflex) [![OWNER/REPO MCP server](https://glama.ai/mcp/servers/OWNER/REPO/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) + 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ 🪟 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. From dc8b42c86b122565a68fd919c7c0671511ff2f41 Mon Sep 17 00:00:00 2001 From: therecluse26 <8239106+therecluse26@users.noreply.github.com> Date: Wed, 27 May 2026 09:12:17 -0400 Subject: [PATCH 3/4] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c8835b71e..bfb0a3cae 100644 --- a/README.md +++ b/README.md @@ -2060,8 +2060,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [QuentinCody/catalysishub-mcp-server](https://github.com/QuentinCody/catalysishub-mcp-server) 🐍 - Unofficial MCP server for searching and retrieving scientific data from the Catalysis Hub database, providing access to computational catalysis research and surface reaction data. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) 📇 ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) 📇 ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. -- [reflex-search/reflex](https://github.com/reflex-search/reflex) [![OWNER/REPO MCP server](https://glama.ai/mcp/servers/OWNER/REPO/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) - 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. +- [reflex-search/reflex](https://github.com/reflex-search/reflex) [![OWNER/REPO MCP server](https://glama.ai/mcp/servers/OWNER/REPO/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ 🪟 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment. From 01bc3680c1c273409515603000fb8b6171127cde Mon Sep 17 00:00:00 2001 From: therecluse26 <8239106+therecluse26@users.noreply.github.com> Date: Wed, 27 May 2026 20:47:16 -0400 Subject: [PATCH 4/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bfb0a3cae..0b52b4840 100644 --- a/README.md +++ b/README.md @@ -2060,7 +2060,7 @@ Tools for conducting research, surveys, interviews, and data collection. - [QuentinCody/catalysishub-mcp-server](https://github.com/QuentinCody/catalysishub-mcp-server) 🐍 - Unofficial MCP server for searching and retrieving scientific data from the Catalysis Hub database, providing access to computational catalysis research and surface reaction data. - [r-huijts/opentk-mcp](https://github.com/r-huijts/opentk-mcp) 📇 ☁️ - Access Dutch Parliament (Tweede Kamer) information including documents, debates, activities, and legislative cases through structured search capabilities (based on opentk project by Bert Hubert) - [reading-plus-ai/mcp-server-deep-research](https://github.com/reading-plus-ai/mcp-server-deep-research) 📇 ☁️ - MCP server providing OpenAI/Perplexity-like autonomous deep research, structured query elaboration, and concise reporting. -- [reflex-search/reflex](https://github.com/reflex-search/reflex) [![OWNER/REPO MCP server](https://glama.ai/mcp/servers/OWNER/REPO/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. +- [reflex-search/reflex](https://github.com/reflex-search/reflex) [![reflex-search/reflex MCP server](https://glama.ai/mcp/servers/reflex-search/reflex/badges/score.svg)](https://glama.ai/mcp/servers/reflex-search/reflex) 🦀 🏠 🍎 🪟 🐧 - Local full-text code search for AI coding agents. Trigram-indexed, sub-100ms queries across large codebases, offline, 18 languages. - [ricocf/mcp-wolframalpha](https://github.com/ricocf/mcp-wolframalpha) 🐍 🏠 ☁️ - An MCP server lets AI assistants use the Wolfram Alpha API for real-time access to computational knowledge and data. - [rubenayla/partle-mcp](https://github.com/rubenayla/partle-mcp) [![rubenayla/partle-mcp MCP server](https://glama.ai/mcp/servers/@rubenayla/partle/badges/score.svg)](https://glama.ai/mcp/servers/@rubenayla/partle) 🐍 ☁️ - Search products and stores in nearby physical stores. Find what you need locally instead of waiting for delivery. Remote MCP server (Streamable HTTP, no API key required). - [sascharo/gxtract](https://github.com/sascharo/gxtract) 🐍 ☁️ 🪟 🐧 🍎 - GXtract is a MCP server designed to integrate with VS Code and other compatible editors. It provides a suite of tools for interacting with the GroundX platform, enabling you to leverage its powerful document understanding capabilities directly within your development environment.