Skip to main content
Glama

hypertool-mcp

.gitignoreโ€ข1.4 kB
# Agent stuff .cursor .taskmaster worktrees # Dependencies node_modules/ .pnpm-store/ vendor/ venv/ env/ .env *.egg-info/ dist/ build/ # IDE and editor files .idea/ .vscode/ *.swp *.swo *~ .DS_Store .cursor/ # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Runtime data pids *.pid *.seed *.pid.lock # Testing coverage/ .coverage .pytest_cache/ .phpunit.result.cache .vitest-cache/ test-results/ # Production builds dist/ build/ out/ .next/ .nuxt/ .cache/ # Environment variables .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python # Ruby *.gem .bundle/ Gemfile.lock # Rust target/ Cargo.lock # Go *.exe *.exe~ *.dll *.so *.dylib # Database *.sqlite *.sqlite3 *.db # OS files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Claude Code specific .claude/agents .claude/settings.local.json CLAUDE.local.md # Temporary files *.tmp *.temp .tmp/ .temp/ tmp-test-data/ # NPM pack artifacts *.tgz # Backup files *.bak *.backup *~ package.json.backup package-lock.json.backup logs dev-debug.log # Dependency directories # Editor directories and files .idea .vscode *.suo *.ntvs* *.njsproj *.sln *.sw? # OS specific # Task files # tasks.json # tasks/ lint-*.txt tmp*/** tmp # Claude .mcp.local.json # Serena .serena/ # Codanna .codanna/ .fastembed_cache/ # Vibe worktree directories .worktrees/

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/toolprint/hypertool-mcp'

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