MCP Server
MCP
md-vision
Read markdown with inlined images and index headings for agentic RAG workflows.
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
By
Comments
Sign in to leave a comment