datacron for Windsurf
io.github.vblackjack/datacron
Local-first MCP server that exposes a Markdown vault through MCP.
client:Windsurf
transport:stdio
runtime:pypi
Install datacron in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"datacron": {
"command": "uvx",
"args": [
"datacron"
],
"env": {
"DATACRON_VAULT_ROOT": "<DATACRON_VAULT_ROOT>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs