Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
ClaudeHopper
by
Arborist-ai
Verified
GitHub
Search
File Systems
TypeScript
MIT License
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
ClaudeHopper
examples
src
test
tools
claude_desktop_config.json
copy_source_files.sh
fix_build_errors.sh
fix_dependencies.sh
.gitignore
install_models.sh
LICENSE
make_executable.sh
make_image_seed_executable.sh
make_scripts_executable.sh
make_test_executable.sh
package.json
package-lock.json
process_pdfdrawings.sh
QUICKSTART.md
README.md
ROADMAP.md
run_now_preserve.sh
run_seed_with_images.sh
test_image_search.js
test_image_search.sh
tsconfig.json
{ "name": "claudehopper", "version": "1.0.0", "author": { "name": "Tom Finlayson" }, "description": "AI-Powered Construction Document Assistant for Claude", "license": "MIT", "type": "module", "bin": { "claudehopper": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "seed": "tsx src/seed.ts", "start": "node --experimental-modules dist/index.js" }, "keywords": [ "mcp", "claude", "construction", "cad", "drawings", "specifications", "ai", "engineering", "architecture" ], "dependencies": { "@lancedb/lancedb": "^0.15.0", "@langchain/community": "^0.3.24", "@langchain/ollama": "^0.1.4", "@modelcontextprotocol/sdk": "1.1.1", "minimist": "^1.2.8", "pdf-parse": "^1.1.1", "pdf-lib": "^1.17.1" }, "devDependencies": { "@types/node": "^22.10.7", "shx": "^0.3.4", "tsx": "^4.19.2", "typescript": "^5.7.3" }, "overrides": { "@langchain/community": { "@lancedb/lancedb": "^0.15.0" } } }