-
securityA
license-
qualityA server that provides AI-powered image generation, modification, and processing capabilities through the Model Context Protocol, leveraging Google Gemini models and other image services.
Last updated -
13
MIT License
Google의 Gemini AI를 사용하여 이미지, 오디오, 비디오 인식을 위한 도구를 제공하는 MCP(Model Context Protocol) 서버입니다.
구성 파일을 통해 이 MCP 서버를 Cline이나 다른 MCP 클라이언트와 통합하려면:
mcpServers
개체에 서버 구성을 추가합니다./path/to/mcp-video-recognition/dist/index.js
프로젝트 디렉터리에 있는 index.js
파일의 실제 경로로 바꾸세요. Windows에서는 경로에 슬래시(/) 또는 이중 백슬래시(\\)를 사용하세요.서버는 환경 변수를 사용하여 구성됩니다.
GOOGLE_API_KEY
(필수): Google Gemini API 키TRANSPORT_TYPE
: 사용할 전송 유형( stdio
또는 sse
, 기본값은 stdio
)PORT
: SSE 전송을 위한 포트 번호(기본값은 3000)LOG_LEVEL
: 로깅 수준( verbose
, debug
, info
, warn
, error
, 기본값은 info
)서버는 MCP 클라이언트가 호출할 수 있는 세 가지 도구를 제공합니다.
모든 도구는 다음 매개변수를 허용합니다.
filepath
(필수): 분석할 미디어 파일의 경로prompt
(선택 사항): 인식을 위한 사용자 정의 프롬프트(기본값은 "이 콘텐츠를 설명하세요")modelname
(선택 사항): 인식에 사용할 Gemini 모델(기본값은 "gemini-2.0-flash")src/index.ts
: 진입점src/server.ts
: MCP 서버 구현src/tools/
: 도구 구현src/services/
: 서비스 구현(Gemini API)src/types/
: 유형 정의src/utils/
: 유틸리티 함수MIT
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
모델 컨텍스트 프로토콜을 통해 Google의 Gemini AI를 사용하여 이미지, 오디오, 비디오 인식을 위한 도구를 제공합니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mario-andreschak/mcp_video_recognition'
If you have feedback or need assistance with the MCP directory API, please join our Discord server