mirror of
https://github.com/davila7/claude-code-templates.git
synced 2026-09-19 01:30:23 +08:00
14 lines
279 B
JSON
14 lines
279 B
JSON
{
|
|
"mcpServers": {
|
|
"markitdown": {
|
|
"description": "Convert various file formats (PDF, Word, Excel, images, audio) to Markdown.",
|
|
"command": "docker",
|
|
"args": [
|
|
"run",
|
|
"--rm",
|
|
"-i",
|
|
"markitdown-mcp:latest"
|
|
]
|
|
}
|
|
}
|
|
} |