onetrueclaude-creator/mcp-knowledge-gaps — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a Python MCP tool called mcp knowledge gaps that helps me find missing explanations in a folder of markdown notes, like an Obsidian vault or Logseq graph.

I want it to scan all the md files, notice concepts that get mentioned in several places, and tell me which ones don’t seem to have their own dedicated note or definition. It should clean up near duplicate wording so I don’t get noisy results, then rank the gaps by how often they appear, how spread out they are across the notes, and how new or undercovered they seem.

Please include MCP tools so I can use it from Claude Code or Claude Desktop. The free tools should find gaps and list them by priority. Also add paid tier style tools that can generate research questions, pick a random overlooked long tail topic, and export a CSV review queue, with offline license key support through env var, CLI flag, or a config file.

Keep it installable with pip or uvx, Python 3.10 plus, and include a clear README with setup examples.

Want more depth? Deep Reverse