Skip to main content
Glama

Claude Chunks

by vetlefo

克劳德·钱克斯

针对 Claude 上下文窗口优化的智能文档分块 MCP 服务器。它将大型文档拆分成有意义的、上下文感知的分块,以便 Claude 逐步处理。

概述

Claude Chunks 通过以下方式帮助您处理大型文档(如书籍、论文或长篇论文):

  1. 将它们分成有意义的部分
  2. 生成每个部分的丰富摘要
  3. 维护各部分之间的上下文和联系
  4. 格式化输出以实现最佳的 Claude 上下文重用

安装

# Clone the repository git clone https://github.com/vetlefo/claude-chunks.git cd claude-chunks # Install dependencies npm install # Build the project npm run build

与 Claude Desktop 一起使用

  1. 添加到 Claude 桌面配置:
{ "mcpServers": { "claude-chunks": { "command": "node", "args": ["/path/to/claude-chunks/dist/index.js"] } } }
  1. 重启Claude桌面
  2. 在对话中使用chunk_document工具

发展路线图

第一阶段:核心功能

  • [ ] 基本 MCP 服务器设置
  • [ ] 智能文档分块
  • [ ] 章节摘要
  • [ ] 上下文保存

第二阶段:增强功能

  • [ ] 多种文档格式
  • [ ] 自定义分块策略
  • [ ] 增强元数据跟踪
  • [ ] Claude 优化格式

第 3 阶段:高级功能

  • [ ] 交叉引用跟踪
  • [ ] 专业术语提取
  • [ ] 主题检测
  • [ ] 渐进式加载

贡献

欢迎贡献!详情请参阅我们的贡献指南

执照

麻省理工学院

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

MCP 服务器可为 Claude 智能地分块大型文档,从而实现高效的上下文感知处理和摘要生成,以增强文档理解。

  1. 概述
    1. 安装
      1. 与 Claude Desktop 一起使用
        1. 发展路线图
          1. 第一阶段:核心功能
          2. 第二阶段:增强功能
          3. 第 3 阶段:高级功能
        2. 贡献
          1. 执照

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Provides intelligent summarization capabilities through a clean, extensible architecture. Mainly built for solving AI agents issues on big repositories, where large files can eat up the context window.
              Last updated -
              5
              11
              33
              TypeScript
              MIT License
            • A
              security
              A
              license
              A
              quality
              Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
              Last updated -
              3
              60
              67
              JavaScript
              MIT License
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A simple note-taking MCP server that stores notes and can generate summaries of stored content.
              Last updated -
              4
              Python
              • Apple
            • -
              security
              F
              license
              -
              quality
              An MCP server that enables generating scripts based on specified topics and keywords, while also providing functionality to store and summarize notes.
              Last updated -
              Python
              • 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/vetlefo/claude-chunks'

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