← Back to Plugins
MCP Server MCP

md-vision

github By github 👁 1 views ▲ 0 votes

Read markdown with inlined images and index headings for agentic RAG workflows.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "md-vision",
      "version": "0.2.1",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Local file or directory root that markdown reads must stay within.",
          "isRequired": true,
          "format": "filepath",
          "placeholder": "/absolute/path/to/docs",
          "type": "named",
          "name": "--allow-path",
          "isRepeated": true
        },
        {
          "description": "Allowed HTTP(S) host for markdown and image URLs. Use \"none\" to disable URLs or \"all\" to allow any host.",
          "isRequired": true,
          "placeholder": "none",
          "type": "named",
          "name": "--allow-domain",
          "isRepeated": true
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...