{
  "markdown": "<!-- mcp-name: io.github.onetrueclaude-creator/mcp-curiosity-engine -->\n\n# mcp-curiosity-engine\n\n**Surface the notes you forgot you wrote — DMN replay for markdown vaults.**\n\nSurface the notes you've forgotten you wrote. Uses wikilink graph\nstructure + file mtime to identify dormant notes (low link-in count,\nold, isolated) and the DMN-inspired replay cycle pattern from\ncognitive neuroscience: sample dormant notes with bias (40% random /\n30% least-linked / 30% orphaned), generate cross-domain bridge\nqueries between them, and surface the unexpected connections. Breaks\nthe confirmation-bias loop where you only revisit the notes you\nalready remember.\n\n\n## Install\n\n```bash\npip install mcp-curiosity-engine\n# or\nuvx mcp-curiosity-engine\n```\n\n## Usage\n\n### Claude Code\n\n```bash\nclaude mcp add mcp-curiosity-engine -- mcp-curiosity-engine\n```\n\n### Claude Desktop\n\nAdd to `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"curiosity_engine\": {\n      \"command\": \"uvx\",\n      \"args\": [\"mcp-curiosity-engine\"]\n    }\n  }\n}\n```\n\n## MCP Tools\n\n| Tool | Tier | Description |\n|------|------|-------------|\n| `find_dormant_notes` | Free | List notes that are structurally dormant — low incoming wikilink count AND old mtime. These are the notes most at risk of being forgotten. |\n| `find_orphan_notes` | Free | List notes with zero incoming wikilinks — structurally isolated, the extreme case of dormancy. |\n| `suggest_replay_cycle` | **Pro** | Run the full DMN-inspired replay cycle: sample dormant notes with bias (40% random / 30% least-linked / 30% orphans), extract their concepts, generate cross-domain bridge queries between them, return notes to revisit. The core moat. |\n| `find_cross_domain_bridges` | **Pro** | Surface pairs of notes from DIFFERENT top-level directories that share concepts. These are the surprise connections — ideas that span your vault's silos. |\n| `random_deep_cut` | **Pro** | Pull a single random dormant note for serendipitous rediscovery. Think of it as your vault's shuffle-play button. |\n\n\n## Pro tier\n\nUnlocks the full DMN replay cycle, cross-domain bridge discovery, and random deep-cut sampling.\n\nLicense activation — any one of these works:\n\n```bash\n# 1. Environment variable\nexport CURIOSITY_ENGINE_LICENSE=\"eyJhbGc...\"\n\n# 2. CLI flag\nmcp-curiosity-engine --license-key \"eyJhbGc...\"\n\n# 3. Config file\necho \"eyJhbGc...\" > ~/.mcp-curiosity-engine/license.jwt\n```\n\nLicenses are verified fully offline — no phone-home, no activation server. Get a license at **https://github.com/onetrueclaude-creator/mcp-curiosity-engine#pro-tier**.\n\n## Requirements\n\n- Python 3.10+\n\n## License\n\nMIT\n",
  "bytes": 2627,
  "sha": "475cdbacb5fc7259451d9f7c44dd02e84fbfc06e3d79a956c32b62ec2e06f74c",
  "repo_slug": "onetrueclaude-creator/mcp-curiosity-engine",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_onetrueclaude_creator_mcp_curi_d7c869b7/readme"
}