Skip to main content
Glama

MCP AI Bridge

.gitignore1.74 kB
# ========================== # Node.js Dependencies # ========================== node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* .yarn-integrity # Package lock files (uncomment if you want to exclude them) # package-lock.json # yarn.lock # ========================== # TypeScript Build Output # ========================== dist/ build/ *.tsbuildinfo # ========================== # Environment Variables # ========================== .env .env.local .env.*.local .env.development.local .env.test.local .env.production.local # ========================== # Logs # ========================== logs/ *.log # ========================== # Runtime Data # ========================== pids/ *.pid *.seed *.pid.lock # ========================== # Test Coverage & Reports # ========================== coverage/ *.lcov .nyc_output/ lib-cov/ # ========================== # OS Generated Files # ========================== .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # ========================== # IDE & Editor Files # ========================== .vscode/ .idea/ *.swp *.swo *~ .project .classpath .c9/ *.launch .settings/ *.sublime-workspace # ========================== # Temporary Files # ========================== .tmp/ temp/ *.tmp *.temp # ========================== # Planning & Development Work # ========================== planning/ # ========================== # AI/ML Specific # ========================== .claude/ models/ datasets/ checkpoints/ *.model *.pkl *.h5 # ========================== # Cache Directories # ========================== .cache/ .parcel-cache/ .next/ .nuxt/ .vuepress/dist/ # ========================== # Optional Files # ========================== .env.backup .env.bak

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/fakoli/mcp-ai-bridge'

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