datacron for Cursor
io.github.vblackjack/datacron
Local-first MCP server that exposes a Markdown vault through MCP.
client:Cursor
transport:stdio
runtime:pypi
Install datacron in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"datacron": {
"type": "stdio",
"command": "uvx",
"args": [
"datacron"
],
"env": {
"DATACRON_VAULT_ROOT": "<DATACRON_VAULT_ROOT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs