Back to Home
iamsrinathks icon

mcp-servers-factory

Verified Safe

by iamsrinathks

Overview

Provides AI agents with tools to interact with various developer platforms and services, including GitLab, GitHub, Confluence, and Google Cloud Logging.

Installation

Run Command
python gcp-cloud-logging/app.py

Environment Variables

  • GITLAB_TOKEN
  • GITLAB_BASE_URL
  • GITHUB_TOKEN
  • GITHUB_CLIENT_ID
  • GITHUB_CLIENT_SECRET
  • REDIRECT_URI
  • GITHUB_API_URL
  • CONFLUENCE_BASE_URL
  • CONFLUENCE_PAT
  • GOOGLE_APPLICATION_CREDENTIALS

Security Notes

All sensitive credentials (API tokens, client secrets) are loaded from environment variables. The `github-mcp-server/oauth.py` and `github-mcp-server/sample.py` files use in-memory token storage for 'demo_user', which is explicitly marked 'demo only' and is not suitable for production multi-user deployments without a persistent, secure authentication system. Error messages from API requests may include raw response text, which could potentially expose sensitive API error details, though this is a minor risk. Input validation for `search_logs` limits results and handles invalid filter expressions.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-26

Tags

GitLabGitHubConfluenceGCPCoding Agents