#!/usr/bin/env node
/**
* Gemini MCP Server - Main entry point for the refactored server.
* This file now acts as a simple bootstrap for the core server logic
* located in `src/server.js`.
*
* @author Cline
*/
const { startServer } = require('./src/server');
// Start the MCP server
startServer();
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/Garblesnarff/gemini-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server