PluginBench
MCP Server

io.github.onetrueclaude-creator/mcp-knowledge-gaps MCP Server

io.github.onetrueclaude-creator/mcp-knowledge-gaps

What is the io.github.onetrueclaude-creator/mcp-knowledge-gaps MCP server?

Find what your knowledge base mentions but doesn't actually explain.

How to install io.github.onetrueclaude-creator/mcp-knowledge-gaps

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • KNOWLEDGE_GAPS_LICENSE
    secret

    Pro license JWT (optional). Unlocks premium features. See README.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-knowledge-gaps": {
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<YOUR_KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-knowledge-gaps": {
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<YOUR_KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-knowledge-gaps": {
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<YOUR_KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-knowledge-gaps": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-knowledge-gaps"
      ],
      "env": {
        "KNOWLEDGE_GAPS_LICENSE": "<YOUR_KNOWLEDGE_GAPS_LICENSE>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-knowledge-gaps --env KNOWLEDGE_GAPS_LICENSE=<YOUR_KNOWLEDGE_GAPS_LICENSE> -- uvx mcp-knowledge-gaps

Related MCP servers

Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.

View repository →

Find where your notes disagree — contradiction detection for markdown vaults.

View repository →

Surface the notes you forgot you wrote — DMN replay for markdown vaults.

View repository →

Obsidian vault structural health: broken links, orphans, missing frontmatter, safe auto-repair.

View repository →