Back to Home
take566 icon

mcp_server

by take566

Overview

A collection of Model Context Protocol (MCP) servers and development tools to extend AI assistant capabilities by providing access to external services and system interactions.

Installation

Run Command
cd mcp_servers/gdrive-mcp && npm install && npm run build && npm start

Environment Variables

  • GDRIVE_OAUTH_PATH
  • GDRIVE_CREDENTIALS_PATH
  • OLLAMA_HOST
  • NOTION_API_KEY
  • OPENAPI_MCP_HEADERS
  • GITHUB_PERSONAL_ACCESS_TOKEN
  • BRAVE_API_KEY
  • GOOGLE_CLIENT_EMAIL
  • GOOGLE_PRIVATE_KEY
  • GA_PROPERTY_ID
  • SERENA_PROJECT_PATH
  • CIPHER_WORKSPACE
  • OPENAI_API_KEY
  • CIPHER_EMBEDDER

Security Notes

The `gcp-oauth.keys.json` file contains hardcoded Google Cloud `client_id` and `client_secret`, which is a severe security vulnerability. Additionally, various `claude_desktop_config.json` files contain hardcoded `key` values (e.g., for `@smithery/cli` based MCPs) that appear sensitive. The use of `exec` in `gdrive-mcp` for opening a browser is a potential, though currently limited, command injection risk. Relying on local file paths in configuration for executing MCP servers (e.g., `node.exe` paths) introduces a risk if these configuration files or the local environment are compromised.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassHigh
Avg Tokens10000
Stars0
Forks0
Last Update2025-12-02

Tags

AI integrationLLM toolsMCPAPI accessBrowser automation