Skip to main content
Glama

ClaudeHopper

by Arborist-ai

🏗️ ClaudeHopper - AI 搭載の建設文書アシスタント

ClaudeHopperは、Claude氏をはじめとするLLM(法務・法務・法務担当者)が、高度なRAG(検索拡張生成)とハイブリッド検索を通じて、建設文書、図面、仕様書に直接アクセスできるようにする、専用のモデルコンテキストプロトコル(MCP)サーバーです。建設図面に関する質問、具体的な詳細の検索、技術仕様の分析などを簡単に行うことができます。

✨ 特徴

  • 🔍 CAD 図面、計画、仕様に最適化された建設文書検索のためのベクターベースの検索
  • 🖼️ テキストの説明に基づいて類似の図面を見つけるための視覚検索
  • 🏢 建設業界の文書形式に特化したメタデータ抽出
  • 📊 インテリジェントなドキュメントのチャンク化と分類による効率的なトークンの使用
  • 🔒 ローカルドキュメントの保存と処理によるセキュリティ
  • 📈 さまざまな図面タイプと建設分野(構造、土木、建築など)をサポート

🚀 クイックスタート

前提条件

  • Node.js 18歳以上
  • ローカルAIモデルのためのOllama
    • 必要なモデル: nomic-embed-textphi4clip
  • クロードデスクトップアプリ
  • 画像抽出の場合: Poppler Utils ( pdfimagesコマンド)

ワンクリックセットアップ

  1. ClaudeHopperをダウンロード
  2. セットアップ スクリプトを実行します。
cd ~/Desktop/claudehopper chmod +x run_now_preserve.sh ./run_now_preserve.sh

これにより、次のようになります。

  • 必要なディレクトリ構造を作成する
  • 必要なAIモデルをインストールする
  • 建設文書を処理する
  • ClaudeHopperを使用するためにClaudeデスクトップアプリを構成する

ドキュメントの追加

建設文書を次のフォルダに配置します。

  • 図面: ~/Desktop/PDFdrawings-MCP/InputDocs/Drawings/
  • 仕様: ~/Desktop/PDFdrawings-MCP/InputDocs/TextDocs/

ドキュメントを追加した後、次を実行します。

./process_pdfdrawings.sh

🏗️ ClaudeHopper を Claude と一緒に使う

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. メタデータ抽出: AIを活用したプロジェクト情報、図面の種類、分野の抽出
  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ファイルを参照してください。

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI 搭載の MCP サーバー。これにより、Claude や他の LLM は、高度な RAG およびハイブリッド検索機能を通じて建設文書、図面、仕様書を直接操作できるようになります。

  1. ✨ 特徴
    1. 🚀 クイックスタート
      1. 前提条件
      2. ワンクリックセットアップ
      3. ドキュメントの追加
    2. 🏗️ ClaudeHopper を Claude と一緒に使う
      1. 🛠️ 技術アーキテクチャ
        1. 👀 画像検索のテスト
          1. 📝 利用可能な検索ツール
            1. 📜 ライセンス

              Related MCP Servers

              • -
                security
                A
                license
                -
                quality
                An MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.
                Last updated -
                229
                Python
                MIT License
                • Apple
                • Linux
              • -
                security
                F
                license
                -
                quality
                An MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.
                Last updated -
                8
                Python
              • -
                security
                F
                license
                -
                quality
                An MCP server that integrates with Claude to provide smart documentation search capabilities across multiple AI/ML libraries, allowing users to retrieve and process technical information through natural language queries.
                Last updated -
                Python
              • A
                security
                A
                license
                A
                quality
                An MCP server that allows Claude AI to search, explore, and compare arXiv papers efficiently through a custom-built local server.
                Last updated -
                4
                5
                Python
                MIT License
                • Linux
                • 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/Arborist-ai/ClaudeHopper'

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