Skip to main content
Glama

Gemini CLI MCP Server

by Artegy
package.json718 B
{ "name": "gemini-cli-mcp", "version": "1.0.0", "description": "MCP server for integrating Gemini CLI with Claude Code using code2prompt for codebase analysis", "main": "dist/server.js", "type": "module", "scripts": { "build": "tsc", "start": "node dist/server.js", "dev": "tsx src/server.ts", "watch": "tsx watch src/server.ts" }, "keywords": [ "mcp", "gemini", "claude-code", "code-analysis", "code2prompt" ], "author": "", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0" }, "devDependencies": { "@types/node": "^22.0.0", "tsx": "^4.6.0", "typescript": "^5.3.0" }, "engines": { "node": ">=18.0.0" } }

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/Artegy/gemini-cli-mcp'

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