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
{ "compilerOptions": { "target": "ES2020", "module": "ES2020", "moduleResolution": "node", "esModuleInterop": true, "skipLibCheck": true, "outDir": "./dist", "rootDir": "./src", "declaration": true, "typeRoots": ["./node_modules/@types", "./src/types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "dist"] }