Skip to main content
Glama

Hats Protocol MCP Server

.gitignore1.77 kB
# Dependencies node_modules/ .pnp .pnp.js # Testing coverage/ *.lcov # Production build/ dist/ out/ # Development .DS_Store *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* .pnpm-debug.log* # Environment files .env .env.local .env.development.local .env.test.local .env.production.local # IDE .vscode/ .idea/ *.swp *.swo *~ # TypeScript *.tsbuildinfo .tsc-cache/ # Optional npm cache directory .npm # Optional eslint cache .eslintcache # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Yarn Integrity file .yarn-integrity # parcel-bundler cache (https://parceljs.org/) .cache .parcel-cache # Next.js build output .next out # Nuxt.js build / generate output .nuxt dist # Gatsby files .cache/ public # vuepress build output .vuepress/dist # vuepress v2.x temp and cache directory .temp .cache # Serverless directories .serverless/ # FuseBox cache .fusebox/ # DynamoDB Local files .dynamodb/ # TernJS port file .tern-port # Stores VSCode versions used for testing VSCode extensions .vscode-test # yarn v2 .yarn/cache .yarn/unplugged .yarn/build-state.yml .yarn/install-state.gz .pnp.* # MCP specific *.key *.wallet ephemeral-wallets/ api-keys.json # Contract artifacts (keep source, ignore build output) /contracts/out/ /contracts/cache/ /contracts/broadcast/ # Frontend specific /frontend/.next/ /frontend/node_modules/ # Test artifacts test-results/ playwright-report/ playwright/.cache/ # Temporary files tmp/ temp/ *.tmp # Database files *.db *.sqlite *.sqlite3 # OS Files Thumbs.db .DS_Store # Backup files *.backup *.bak # Log files logs/ *.log # Archives *.zip *.tar.gz *.rar # Editor directories .idea/ .vscode/ *.sublime-project *.sublime-workspace # Git worktrees .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/dennisonbertram/mcp-hats'

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