Skip to content
Cursor

mcp curiosity engine for Cursor

io.github.onetrueclaude-creator/mcp-curiosity-engine

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

client:Cursor transport:stdio runtime:pypi

Install mcp curiosity engine in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-curiosity-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-curiosity-engine"
      ],
      "env": {
        "CURIOSITY_ENGINE_LICENSE": "<CURIOSITY_ENGINE_LICENSE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp curiosity engine in other clients