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