From 573f92b28b7ca45a99c9e23f26ee4b9096a1754b Mon Sep 17 00:00:00 2001 From: 98lukehall <99284818+98lukehall@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:23:51 -0500 Subject: [PATCH 1/3] Add ReNoUn MCP server Add ReNoUn MCP - a 17-channel structural pattern detection framework for analyzing recurrence, novelty, and uncertainty across datasets. GitHub: https://github.com/98lukehall/renoun-mcp --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d167518..50aa4ae6 100644 --- a/README.md +++ b/README.md @@ -836,6 +836,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) 📇 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. - [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. +- [ReNoUn MCP](https://github.com/98lukehall/renoun-mcp) - 17-channel structural pattern detection framework for analyzing recurrence, novelty, and uncertainty across datasets. - [subelsky/bundler_mcp](https://github.com/subelsky/bundler_mcp) 💎 🏠 - Enables agents to query local information about dependencies in a Ruby project's `Gemfile`. - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - An MCP server to convert almost any file or web content into Markdown From 897afd4ddbac09976f859146c9aee27188027936 Mon Sep 17 00:00:00 2001 From: 98lukehall <99284818+98lukehall@users.noreply.github.com> Date: Thu, 5 Mar 2026 11:09:11 -0500 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50aa4ae6..c927d0f9 100644 --- a/README.md +++ b/README.md @@ -836,7 +836,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) 📇 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. - [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. -- [ReNoUn MCP](https://github.com/98lukehall/renoun-mcp) - 17-channel structural pattern detection framework for analyzing recurrence, novelty, and uncertainty across datasets. +- [98lukehall/renoun-mcp](https://github.com/98lukehall/renoun-mcp) 🐍 ☁️ [glama](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp) - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content. - [subelsky/bundler_mcp](https://github.com/subelsky/bundler_mcp) 💎 🏠 - Enables agents to query local information about dependencies in a Ruby project's `Gemfile`. - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - An MCP server to convert almost any file or web content into Markdown From 4adbd9e818f1d9095ba292099adf76148e0aaa59 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 5 Mar 2026 21:43:05 -0500 Subject: [PATCH 3/3] Remove duplicate entry for renoun-mcp in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c927d0f9..4772c4a1 100644 --- a/README.md +++ b/README.md @@ -836,7 +836,7 @@ Integrations and tools designed to simplify data exploration, analysis and enhan - [phuongrealmax/code-guardian](https://github.com/phuongrealmax/code-guardian) 📇 🏠 - AI-powered code refactor engine with 80+ MCP tools for code analysis, hotspot detection, complexity metrics, persistent memory, and automated refactoring plans. - [pramod/kaggle](https://github.com/KrishnaPramodParupudi/kaggle-mcp-server) 🐍 - This Kaggle MCP Server makes Kaggle more accessible by letting you browse competitions, leaderboards, models, datasets, and kernels directly within MCP, streamlining discovery for data scientists and developers. - [reading-plus-ai/mcp-server-data-exploration](https://github.com/reading-plus-ai/mcp-server-data-exploration) 🐍 ☁️ - Enables autonomous data exploration on .csv-based datasets, providing intelligent insights with minimal effort. -- [98lukehall/renoun-mcp](https://github.com/98lukehall/renoun-mcp) 🐍 ☁️ [glama](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp) - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content. +- [98lukehall/renoun-mcp](https://github.com/98lukehall/renoun-mcp) [glama](https://glama.ai/mcp/servers/@98lukehall/renoun-mcp) 🐍 ☁️ - Structural observability for AI conversations. Detects loops, stuck states, breakthroughs, and convergence across 17 channels without analyzing content. - [subelsky/bundler_mcp](https://github.com/subelsky/bundler_mcp) 💎 🏠 - Enables agents to query local information about dependencies in a Ruby project's `Gemfile`. - [zcaceres/markdownify-mcp](https://github.com/zcaceres/markdownify-mcp) 📇 🏠 - An MCP server to convert almost any file or web content into Markdown