Skip to content
Claude Desktop

datacron for Claude Desktop

io.github.vblackjack/datacron

Local-first MCP server that exposes a Markdown vault through MCP.

client:Claude Desktop transport:stdio runtime:pypi

Install datacron in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

{
  "mcpServers": {
    "datacron": {
      "command": "uvx",
      "args": [
        "datacron"
      ],
      "env": {
        "DATACRON_VAULT_ROOT": "<DATACRON_VAULT_ROOT>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

datacron in other clients