Skip to main content
Glama

DocGen MCP Server

by rjadhavJT

DocGen MCP 服务器

文档生成器 MCP 服务器用于从源文件自动创建文档。

概述

DocGen MCP 服务器通过从源文件中提取信息并应用模板来自动创建标准化文档。它与其他 MCP 服务器(Google Drive、GitHub、Perplexity)无缝集成,提供全面的解决方案。

特征

  • 从 GitHub 存储库和 Google Drive 文件中提取信息
  • 处理多种源类型(脚本、演示文稿、代码、参考文档)
  • 基于模板的文档生成
  • 文档历史追踪
  • 通过 Perplexity 集成实现 AI 增强内容生成

安装

先决条件

  • Node.js 16+
  • npm 或 yarn
  • 访问 Google Drive API(用于 Google Drive 源提取)
  • 访问 GitHub API(用于 GitHub 源提取)

步骤

  1. 克隆存储库:
    git clone https://github.com/rjadhav/docgen-mcp.git cd docgen-mcp
  2. 安装依赖项:
    npm install
  3. 构建项目:
    npm run build
  4. 添加到您的 MCP 设置文件:

对于克劳德桌面

编辑~/Library/Application Support/Claude/claude_desktop_config.json

{ "mcpServers": { "docgen-mcp": { "command": "node", "args": ["/path/to/docgen-mcp/build/index.js"], "env": {}, "disabled": false, "autoApprove": [] } } }

对于 VSCode Cline

编辑 VSCode Claude Dev 扩展的 MCP 设置文件:

{ "mcpServers": { "docgen-mcp": { "command": "node", "args": ["/path/to/docgen-mcp/build/index.js"], "env": {}, "disabled": false, "autoApprove": [] } } }

用法

DocGen MCP 服务器公开以下工具:

创建文档

使用模板从源文件生成文档。

列表模板

列出可用的文档模板。

查看文档历史记录

查看以前生成的文档的历史记录。

模板

模板存储在templates目录中,并使用简单的标记系统来生成内容:

  • glama-ai - 替换为项目标识符
  • {{date}} - 当前日期
  • {{section:NAME}} - 替换为指定部分的生成内容

可以通过在模板目录中创建新的.template文件来添加自定义模板。

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

该项目根据 MIT 许可证获得许可 - 有关详细信息,请参阅 LICENSE 文件。

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

通过从源文件中提取信息并应用模板来自动创建标准化文档,并具有 GitHub、Google Drive 和 Perplexity AI 的集成功能。

  1. 概述
    1. 特征
      1. 安装
        1. 先决条件
        2. 步骤
        3. 对于克劳德桌面
        4. 对于 VSCode Cline
      2. 用法
        1. 创建文档
        2. 列表模板
        3. 查看文档历史记录
      3. 模板
        1. 贡献
          1. 执照

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Enables AI assistants to enhance their responses with relevant documentation through a semantic vector search, offering tools for managing and processing documentation efficiently.
              Last updated -
              62
              13
              TypeScript
            • -
              security
              F
              license
              -
              quality
              A smart documentation server that provides AI-assisted code improvement and documentation management through Claude Desktop integration.
              Last updated -
              7
              TypeScript
            • -
              security
              A
              license
              -
              quality
              A Model Context Protocol implementation that enables AI-powered access to documentation resources, featuring URI-based navigation, template matching, and structured documentation management.
              Last updated -
              3
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              Provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentation context.
              Last updated -
              62
              TypeScript
              MIT License
              • Apple

            View all related MCP servers

            MCP directory API

            We provide all the information about MCP servers via our MCP API.

            curl -X GET 'https://glama.ai/api/mcp/v1/servers/rjadhavJT/docgen-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server