PluginBench
MCP Server

io.github.onetrueclaude-creator/mcp-contradiction-check MCP Server

io.github.onetrueclaude-creator/mcp-contradiction-check

What is the io.github.onetrueclaude-creator/mcp-contradiction-check MCP server?

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

How to install io.github.onetrueclaude-creator/mcp-contradiction-check

Copy-paste configuration for popular MCP clients.

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

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

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

Related MCP servers

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

View repository →

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

View repository →

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

View repository →

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

View repository →