MCP Server
io.github.onetrueclaude-creator/mcp-curiosity-engine MCP Server
io.github.onetrueclaude-creator/mcp-curiosity-engine
What is the io.github.onetrueclaude-creator/mcp-curiosity-engine MCP server?
Surface the notes you forgot you wrote — DMN replay for markdown vaults.
How to install io.github.onetrueclaude-creator/mcp-curiosity-engine
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
CURIOSITY_ENGINE_LICENSEsecretPro license JWT (optional). Unlocks premium features. See README.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"mcp-curiosity-engine": {
"command": "uvx",
"args": [
"mcp-curiosity-engine"
],
"env": {
"CURIOSITY_ENGINE_LICENSE": "<YOUR_CURIOSITY_ENGINE_LICENSE>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"mcp-curiosity-engine": {
"command": "uvx",
"args": [
"mcp-curiosity-engine"
],
"env": {
"CURIOSITY_ENGINE_LICENSE": "<YOUR_CURIOSITY_ENGINE_LICENSE>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"mcp-curiosity-engine": {
"command": "uvx",
"args": [
"mcp-curiosity-engine"
],
"env": {
"CURIOSITY_ENGINE_LICENSE": "<YOUR_CURIOSITY_ENGINE_LICENSE>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"mcp-curiosity-engine": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-curiosity-engine"
],
"env": {
"CURIOSITY_ENGINE_LICENSE": "<YOUR_CURIOSITY_ENGINE_LICENSE>"
}
}
}
}Claude Code
claude mcp add mcp-curiosity-engine --env CURIOSITY_ENGINE_LICENSE=<YOUR_CURIOSITY_ENGINE_LICENSE> -- uvx mcp-curiosity-engineRelated MCP servers
Usage-adaptive Obsidian vault search: Hebbian + PageRank + BM25 hybrid ranking.
View repository →Find where your notes disagree — contradiction detection 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 →