We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/capyBearista/better-gemini-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
test-mcp-manual.sh•365 B
#!/bin/bash
# Manual MCP server test script
# This runs the server in stdio mode for debugging
export DEBUG=1
export PROJECT_ROOT=/home/arjun/better-gemini-mcp
echo "Starting Better Gemini MCP server in debug mode..."
echo "The server expects MCP protocol JSON-RPC messages on stdin"
echo "Press Ctrl+D to send EOF, or Ctrl+C to exit"
echo ""
node dist/index.js