Surface the notes you forgot you wrote — DMN replay for markdown vaults.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-onetrueclaude-creator-mcp-curiosity-engine": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Surface the notes you forgot you wrote — DMN replay for markdown vaults.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / entertainment / writing
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
An open-source AI agent that brings the power of Gemini directly into your terminal.
The Apify MCP server enables your AI agents to extract data from social media, search engines, maps, e-commerce sites, or any other website using thousands of ready-made scrapers, crawlers, and automation tools available on the Apify Store.
MCP Security Weekly
Get CVE alerts and security updates for io.github.onetrueclaude-creator/mcp-curiosity-engine and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Surface the notes you forgot you wrote — DMN replay for markdown vaults.
Surface the notes you've forgotten you wrote. Uses wikilink graph structure + file mtime to identify dormant notes (low link-in count, old, isolated) and the DMN-inspired replay cycle pattern from cognitive neuroscience: sample dormant notes with bias (40% random / 30% least-linked / 30% orphaned), generate cross-domain bridge queries between them, and surface the unexpected connections. Breaks the confirmation-bias loop where you only revisit the notes you already remember.
pip install mcp-curiosity-engine
# or
uvx mcp-curiosity-engine
claude mcp add mcp-curiosity-engine -- mcp-curiosity-engine
Add to claude_desktop_config.json:
{
"mcpServers": {
"curiosity_engine": {
"command": "uvx",
"args": ["mcp-curiosity-engine"]
}
}
}
| Tool | Tier | Description |
|---|---|---|
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. |
find_orphan_notes | Free | List notes with zero incoming wikilinks — structurally isolated, the extreme case of dormancy. |
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. |
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. |
random_deep_cut | Pro | Pull a single random dormant note for serendipitous rediscovery. Think of it as your vault's shuffle-play button. |
Unlocks the full DMN replay cycle, cross-domain bridge discovery, and random deep-cut sampling.
License activation — any one of these works:
# 1. Environment variable
export CURIOSITY_ENGINE_LICENSE="eyJhbGc..."
# 2. CLI flag
mcp-curiosity-engine --license-key "eyJhbGc..."
# 3. Config file
echo "eyJhbGc..." > ~/.mcp-curiosity-engine/license.jwt
Licenses are verified fully offline — no phone-home, no activation server. Get a license at https://github.com/onetrueclaude-creator/mcp-curiosity-engine#pro-tier.
MIT