← Back to Plugins
MCP Server MCP

Markovo File to Markdown

github By github 👁 1 views ▲ 0 votes

Convert files and authorized public HTTPS pages to Markdown with secure job and billing guidance.

Homepage Verified source GitHub

Install

uvx markovo

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://markovo.net/mcp"
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "markovo",
      "version": "0.1.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Create a key at https://markovo.net/app#developer. Store it in the MCP host secret store; do not paste it into prompts.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "MARKOVO_API_KEY"
        },
        {
          "description": "Dedicated existing directory that bounds all MCP file reads and writes. File tools fail closed when it is missing.",
          "isRequired": true,
          "format": "string",
          "name": "MARKOVO_MCP_ROOT"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...