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
{
"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