MCP-Server
by f114112140-star
Overview
A server to integrate Google Gemini AI with Unity, allowing scene generation based on two camera inputs and outputting a JSON array of scene objects.
Installation
python mcp_server.pySecurity Notes
The Google API key is hardcoded directly into `mcp_server.py`, posing a severe security risk as it can be easily exposed. The `CORSMiddleware` is configured to allow all origins (`allow_origins=["*"]`), which is generally unsafe for production environments as it can lead to Cross-Site Request Forgery (CSRF) vulnerabilities.
Similar Servers
gemini-mcp-tool
A Model Context Protocol (MCP) server that enables AI assistants to interact with the Google Gemini CLI for comprehensive code and file analysis, structured edit suggestions, and creative brainstorming.
gemini-mcp-server
An MCP server providing a suite of 7 AI-powered tools (Image Gen/Edit, Chat, Audio Transcribe, Code Execute, Video/Image Analysis) powered by Google Gemini, featuring a self-learning "Smart Tool Intelligence" system for prompt enhancement and user preference adaptation.
nanobanana-api-mcp
An MCP server providing image generation and editing capabilities via the Google Gemini API, integrable with various AI coding assistants and IDEs.
gemini-mcp
The server provides a Model Context Protocol (MCP) interface to Google Gemini AI services, enabling multimodal generation including image creation, image editing, and video production.