From 78136be655e338fdcb67907246fbf00972b3038a Mon Sep 17 00:00:00 2001 From: zychenpeng Date: Tue, 24 Feb 2026 19:37:04 +0800 Subject: [PATCH 1/5] Add Idea Reality MCP to Research section Co-Authored-By: Claude Opus 4.6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f701fa89..6249cc80 100644 --- a/README.md +++ b/README.md @@ -1234,6 +1234,7 @@ Tools for product planning, customer feedback analysis, and prioritization. Tools for conducting research, surveys, interviews, and data collection. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) 📇 ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) +- [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Pre-build reality check for AI coding agents. Scans GitHub and Hacker News to detect market saturation before your AI starts building, returning a reality signal score (0-100), duplicate likelihood, and similar projects. - [ovlabs/mcp-server-originalvoices](https://github.com/ovlabs/mcp-server-originalvoices) 📇 ☁️ - Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Query Google NotebookLM from Claude/AI agents with 14 security hardening layers. Session-based conversations, notebook library management, and source-grounded research responses. - [pminervini/deep-research-mcp](https://github.com/pminervini/deep-research-mcp) 🐍 ☁️ 🏠 - Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support. From ab781b5728514d43ca2d3bb0dd6980ace2d53cb7 Mon Sep 17 00:00:00 2001 From: zychenpeng Date: Wed, 25 Feb 2026 01:43:16 +0800 Subject: [PATCH 2/5] chore: add .gitignore with .env, OS, IDE patterns Co-Authored-By: Claude Opus 4.6 --- .gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e5b7cbac --- /dev/null +++ b/.gitignore @@ -0,0 +1,18 @@ +# Environment variables +.env +.env.* +.env.local + +# OS +.DS_Store +Thumbs.db + +# IDE +.vscode/ +.idea/ +*.swp +*.swo +*~ + +# Claude Code +.claude/ From 09fbc3761915ee899befcd391fcddb32edaffb46 Mon Sep 17 00:00:00 2001 From: zychenpeng Date: Wed, 25 Feb 2026 16:07:36 +0800 Subject: [PATCH 3/5] Update idea-reality-mcp description for v0.2.0 Add npm, PyPI, and Product Hunt to the list of scanned sources. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6249cc80..fee29b7c 100644 --- a/README.md +++ b/README.md @@ -1234,7 +1234,7 @@ Tools for product planning, customer feedback analysis, and prioritization. Tools for conducting research, surveys, interviews, and data collection. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) 📇 ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) -- [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Pre-build reality check for AI coding agents. Scans GitHub and Hacker News to detect market saturation before your AI starts building, returning a reality signal score (0-100), duplicate likelihood, and similar projects. +- [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints. - [ovlabs/mcp-server-originalvoices](https://github.com/ovlabs/mcp-server-originalvoices) 📇 ☁️ - Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Query Google NotebookLM from Claude/AI agents with 14 security hardening layers. Session-based conversations, notebook library management, and source-grounded research responses. - [pminervini/deep-research-mcp](https://github.com/pminervini/deep-research-mcp) 🐍 ☁️ 🏠 - Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support. From e008aab6fba36dc8b51caddef7db0515d9901b35 Mon Sep 17 00:00:00 2001 From: zychenpeng Date: Sat, 28 Feb 2026 17:25:51 +0800 Subject: [PATCH 4/5] add glama link for idea-reality-mcp As requested by maintainer in PR review. Co-Authored-By: Claude Opus 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fee29b7c..c67d7144 100644 --- a/README.md +++ b/README.md @@ -1234,7 +1234,7 @@ Tools for product planning, customer feedback analysis, and prioritization. Tools for conducting research, surveys, interviews, and data collection. - [Embassy-of-the-Free-Mind/sourcelibrary-v2](https://github.com/Embassy-of-the-Free-Mind/sourcelibrary-v2/tree/main/mcp-server) 📇 ☁️ - Search and cite rare historical texts (alchemy, Hermeticism, Renaissance philosophy) with DOI-backed academic citations from [Source Library](https://sourcelibrary.org) -- [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints. +- [mnemox-ai/idea-reality-mcp](https://github.com/mnemox-ai/idea-reality-mcp) [glama](https://glama.ai/mcp/servers/@mnemox-ai/idea-reality-mcp) 🐍 ☁️ 🍎 🪟 🐧 - Pre-build reality check for AI coding agents. Scans GitHub, Hacker News, npm, PyPI, and Product Hunt to detect existing competition before building, returning a reality signal score (0-100), duplicate likelihood, similar projects, and pivot hints. - [ovlabs/mcp-server-originalvoices](https://github.com/ovlabs/mcp-server-originalvoices) 📇 ☁️ - Instantly understand what real users think and why by querying our network of 1:1 Digital Twins - each representing a real person. Give your AI agents authentic human context to ground outputs, improve creative, and make smarter decisions. - [Pantheon-Security/notebooklm-mcp-secure](https://github.com/Pantheon-Security/notebooklm-mcp-secure) 📇 🏠 🍎 🪟 🐧 - Query Google NotebookLM from Claude/AI agents with 14 security hardening layers. Session-based conversations, notebook library management, and source-grounded research responses. - [pminervini/deep-research-mcp](https://github.com/pminervini/deep-research-mcp) 🐍 ☁️ 🏠 - Deep research MCP server for OpenAI Responses API or Open Deep Research (smolagents), with web search and code interpreter support. From 37fa5fee4ed2449fc29345df887d28cf0340e75d Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 5 Mar 2026 05:08:38 -0500 Subject: [PATCH 5/5] Delete .gitignore --- .gitignore | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .gitignore diff --git a/.gitignore b/.gitignore deleted file mode 100644 index e5b7cbac..00000000 --- a/.gitignore +++ /dev/null @@ -1,18 +0,0 @@ -# Environment variables -.env -.env.* -.env.local - -# OS -.DS_Store -Thumbs.db - -# IDE -.vscode/ -.idea/ -*.swp -*.swo -*~ - -# Claude Code -.claude/