Skip to main content
Glama

Gemini MCP Tool

index.ts519 B
// Tool Registry Index - Registers all tools import { toolRegistry } from './registry.js'; import { askGeminiTool } from './ask-gemini.tool.js'; import { pingTool, helpTool } from './simple-tools.js'; import { brainstormTool } from './brainstorm.tool.js'; import { fetchChunkTool } from './fetch-chunk.tool.js'; import { timeoutTestTool } from './timeout-test.tool.js'; toolRegistry.push( askGeminiTool, pingTool, helpTool, brainstormTool, fetchChunkTool, timeoutTestTool ); export * from './registry.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/jamubc/gemini-mcp-tool'

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