← Back to Plugins
MCP Server MCP

io.github.VBlackJack/datacron

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...