Skip to main content
Glama

Band MCP Server

by kanghouchao
.gitignore1.58 kB
# Dependencies node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* pnpm-debug.log* # Build output dist/ build/ out/ .next/ .nuxt/ # Environment variables .env .env.local .env.development.local .env.test.local .env.production.local .env.*.local # API keys and secrets .secrets/ secrets.json **/secrets/** *.key *.pem *.p12 *.pfx # OAuth tokens and session data tokens/ sessions/ *.token auth_cache/ # IDE and editors .vscode/ .idea/ *.swp *.swo *~ .project .settings/ .classpath # OS generated files .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db desktop.ini # Logs logs/ *.log npm-debug.log* yarn-debug.log* yarn-error.log* lerna-debug.log* # Runtime data pids/ *.pid *.seed *.pid.lock # Coverage directory used by tools like istanbul coverage/ *.lcov .nyc_output/ # Jest .jest/ coverage/ # ESLint cache .eslintcache # TypeScript cache *.tsbuildinfo # Temporary folders tmp/ temp/ .tmp/ # Cache directories .cache/ .parcel-cache/ .npm/ .yarn/ # Optional npm cache directory .npm # Optional REPL history .node_repl_history # Output of 'npm pack' *.tgz # Docker .dockerignore docker-compose.override.yml .docker/ # MCP specific mcp-*.log mcp_server_*.log *.mcp # Band API specific band_cache/ band_tokens/ band_webhook_logs/ # Testing .test_results/ test-results/ playwright-report/ test-results.xml # Backup files *.backup *.bak *.old *~ # Local configuration overrides local.json local.config.js local.config.ts # Documentation builds docs/build/ .docusaurus/ # Miscellaneous .sass-cache/ connect.lock typings/ .vscode-test/

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/kanghouchao/band-mcp-server'

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