Skip to main content
Glama

🏗️ ClaudeHopper - 人工智能驱动的建筑文档助理

Node.js 18+ 许可证:MIT

ClaudeHopper 是一款专用的模型上下文协议 (MCP) 服务器,它使 Claude 和其他 LLM 能够通过先进的 RAG(检索增强生成)和混合搜索功能直接与施工文档、图纸和规范进行交互。您可以轻松提出有关施工图纸的问题、查找具体细节并分析技术规范。

✨ 特点

  • 🔍 基于矢量的搜索,用于检索针对 CAD 图纸、计划和规格进行优化的施工文档

  • 🖼️ 通过视觉搜索根据文本描述查找相似的图画

  • 🏢 专门针对建筑行业文档格式的元数据提取

  • 📊 通过智能文档分块和分类实现高效的令牌使用

  • 🔒 通过本地文档存储和处理实现安全性

  • 📈 支持各种绘图类型和建筑学科(结构、土木、建筑等)

Related MCP server: Keystone MCP Server

🚀 快速入门

先决条件

  • Node.js 18+

  • Ollama用于本地 AI 模型

    • 所需模型: nomic-embed-textphi4clip

  • 克劳德桌面应用程序

  • 对于图像提取: Poppler Utilspdfimages命令)

一键设置

  1. 下载 ClaudeHopper

  2. 运行安装脚本:

cd ~/Desktop/claudehopper
chmod +x run_now_preserve.sh
./run_now_preserve.sh

这将:

  • 创建必要的目录结构

  • 安装所需的 AI 模型

  • 处理您的施工文件

  • 配置 Claude 桌面应用程序以使用 ClaudeHopper

添加文档

将您的施工文件放在以下文件夹中:

  • 图纸: ~/Desktop/PDFdrawings-MCP/InputDocs/Drawings/

  • 规格: ~/Desktop/PDFdrawings-MCP/InputDocs/TextDocs/

添加文档后,运行:

./process_pdfdrawings.sh

🏗️ 与 Claude 一起使用 ClaudeHopper

在 Claude 桌面应用程序中尝试以下示例问题:

"What architectural drawings do we have for the project?"
"Show me the structural details for the foundation system"
"Find drawings that show a concrete foundation with dimensions"
"Search for lift station layout drawings"
"What are the specifications for interior paint?"
"Find all sections discussing fire protection systems"

🛠️ 技术架构

ClaudeHopper 使用多阶段管道来处理施工文件:

  1. 文档分析:分析 PDF 文档的结构和内容类型

  2. 元数据提取:人工智能辅助提取项目信息、图纸类型、学科

  3. 内容分块:智能拆分文档以保持上下文

  4. 图像提取:从 PDF 中识别和提取绘图图像

  5. 向量嵌入:为文本和图像创建语义表示

  6. 数据库存储:用于向量搜索功能的本地 LanceDB 存储

👀 测试图片搜索

要测试图像搜索功能,您可以使用提供的测试脚本:

# Make the test script executable
chmod +x test_image_search.sh

# Run the test script
./test_image_search.sh

这将:

  • 构建应用程序

  • 检查所需的依赖项(例如pdfimages

  • 使用图纸目录中的图像填充数据库

  • 针对图像搜索运行一系列测试查询

您还可以运行单独的测试命令:

# Run the test with the default database location
npm run test:image:verbose

# Run the test with a specific database location
node tools/test_image_search.js /path/to/your/database

📝 可用的搜索工具

ClaudeHopper 提供了几种专门的搜索功能:

  • catalog_search :按项目、学科、图纸类型等查找文档。

  • chunks_search :定位文档中的特定内容

  • all_chunks_search :搜索整个文档集合

  • image_search :根据与文本描述的视觉相似性查找图画

可以在image_search_examples.md文件中找到使用图像搜索功能的示例。

📜 许可证

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

A
license - permissive license
Not graded
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server that enables LLMs to read and analyze Microsoft Project schedules, including critical path, resources, and advanced construction planning layers (AWP and LPS) for work packages and Lean planning.
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server providing RAG context and failure capture for Claude Code, enabling semantic search across project knowledge and storing/analyzing failures.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    MCP server that lets Claude manage an ISO 19650 / TCVN 14177 Common Data Environment on Autodesk Construction Cloud — projects, CDE folder trees, permissions, files, document status and naming compliance.
    45
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

  • Cloud-hosted MCP server for durable AI memory

  • MCP server for generating rough-draft project plans from natural-language prompts.

View all MCP Connectors

Latest Blog Posts

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/Arborist-ai/ClaudeHopper'

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