Skip to content

mcp curiosity engine for Zed

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

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

client:Zed transport:stdio runtime:pypi

Install mcp curiosity engine in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

mcp curiosity engine in other clients