Skip to main content
Glama

Gemini RAG MCP Server

by masseater
package.json2.06 kB
{ "name": "@r_masseater/gemini-rag-mcp", "version": "0.0.1", "description": "A production-ready template for building Model Context Protocol (MCP) servers with TypeScript", "main": "dist/index.js", "type": "module", "bin": { "mcp-server": "dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "engines": { "node": ">=22.10.0" }, "packageManager": "pnpm@10.19.0", "scripts": { "build": "tsup", "dev": "tsx --watch src/index.ts", "dev:http": "tsx --watch src/index.ts --transport http", "start:stdio": "node dist/index.js --transport stdio", "start:http": "node dist/index.js --transport http", "clean": "rm -rf dist", "type-check": "tsc --noEmit", "lint": "eslint .", "lint:fix": "eslint . --fix", "knip": "knip", "knip:fix": "knip --fix", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest --coverage" }, "keywords": [ "mcp", "model-context-protocol", "ai", "llm", "claude", "mcp-server", "typescript", "template" ], "author": "masseater", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/masseater/gemini-rag-mcp.git" }, "homepage": "https://github.com/masseater/gemini-rag-mcp#readme", "bugs": { "url": "https://github.com/masseater/gemini-rag-mcp/issues" }, "publishConfig": { "access": "public" }, "dependencies": { "@google/genai": "1.29.1", "@modelcontextprotocol/sdk": "^1.20.1", "commander": "^14.0.1", "express": "5.1.0", "tslib": "2.8.1", "winston": "^3.18.3", "zod": "^3.23.8", "zod-to-json-schema": "3.24.6" }, "devDependencies": { "@types/express": "5.0.3", "@types/node": "^24.9.1", "eslint": "9.38.0", "eslint-config-flat-gitignore": "2.1.0", "knip": "5.66.3", "tsup": "8.5.0", "tsx": "^4.20.6", "typescript": "^5.9.3", "typescript-eslint": "8.46.2", "vitest": "^4.0.2" }, "volta": { "node": "22.20.0", "pnpm": "10.19.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/masseater/gemini-rag-mcp'

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