MCP Server
MCP
io.github.VBlackJack/datacron
Local-first MCP server that exposes a Markdown vault through MCP.
Install
uvx datacron
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "datacron",
"version": "2026.721.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"value": "mcp",
"type": "positional"
},
{
"value": "serve",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "Absolute path to the Markdown vault the server indexes and serves.",
"isRequired": true,
"name": "DATACRON_VAULT_ROOT"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment