Back to Home
shoutout-labs icon

document-sync

Verified Safe

by shoutout-labs

Overview

Enables AI agents to query local project files and documentation using Google's Gemini File Search API, creating an always-up-to-date knowledge base for various organizational roles.

Installation

Run Command
npx @shoutoutlabs/document-sync-mcp

Environment Variables

  • GEMINI_API_KEY
  • PROJECT_PATH

Security Notes

The server primarily handles API requests to Google Gemini. It does not appear to execute user-provided code directly. API keys are expected via environment variables and are not hardcoded. The Express server (`mcp-server/src/server.ts`) uses `app.use(cors())`, which enables Cross-Origin Resource Sharing for all origins. While common for local development and integration with a web client/extension, this could be a minor security concern if the server is exposed to a public network without further access restrictions.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens800
Stars0
Forks0
Last Update2025-12-12

Tags

AIGeminiFile SearchMCPDocumentation