Skip to main content
Glama

Gemini MCP Tool

package.json1.72 kB
{ "name": "gemini-mcp-tool", "version": "1.1.4", "description": "MCP server for Gemini CLI integration", "type": "module", "main": "dist/index.js", "bin": { "gemini-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "test": "echo \"No tests yet\" && exit 0", "lint": "tsc --noEmit", "contribute": "tsx src/contribute.ts", "prepublishOnly": "echo '⚠️ Remember to test locally first!' && npm run build", "docs:dev": "vitepress dev docs", "docs:build": "vitepress build docs", "docs:preview": "vitepress preview docs" }, "keywords": [ "mcp", "modelcontextprotocol", "gemini", "cli", "ai", "llm" ], "author": "jamubc", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jamubc/gemini-mcp-tool.git" }, "bugs": { "url": "https://github.com/jamubc/gemini-mcp-tool/issues" }, "homepage": "https://github.com/jamubc/gemini-mcp-tool#readme", "engines": { "node": ">=16.0.0" }, "files": [ "dist/", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "ai": "^4.3.17", "chalk": "^5.0.0", "d3-shape": "^3.2.0", "inquirer": "^9.0.0", "prismjs": "^1.30.0", "zod": "^3.25.76", "zod-to-json-schema": "^3.24.6" }, "devDependencies": { "@types/inquirer": "^9.0.0", "@types/node": "^20.0.0", "archiver": "^7.0.1", "mermaid": "^11.9.0", "tsx": "^4.0.0", "typescript": "^5.0.0", "vitepress": "^1.6.3", "vitepress-plugin-mermaid": "^2.0.17" }, "publishConfig": { "access": "public" } }

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