We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jackdark425/aigroup-mdtoword-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "io.github.jackdark425/aigroup-mdtoword-mcp",
"description": "本地 Markdown 到 Word 文档转换工具,支持最新 MCP 协议特性、完整的页眉页脚页码功能、增强的表格功能、数据导入和数学公式支持,修复本地相对路径图片嵌入问题",
"repository": {
"url": "https://github.com/jackdark425/aigroup-mdtoword-mcp",
"source": "github"
},
"version": "4.0.2",
"packages": [
{
"registryType": "npm",
"identifier": "aigroup-mdtoword-mcp",
"version": "4.0.2",
"transport": {
"type": "stdio"
}
}
]
}