Skip to main content
Glama

MCP Gemini Server

by bsmi021
run-with-health-check.sh315 B
#!/bin/bash # Script to run the MCP server with health check enabled on a specific port # Usage: ./scripts/run-with-health-check.sh [port] # Default port if not specified HEALTH_PORT=${1:-3000} # Run the server with health check enabled ENABLE_HEALTH_CHECK=true HEALTH_CHECK_PORT=$HEALTH_PORT node dist/server.js

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/bsmi021/mcp-gemini-server'

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