Back to Home
JPishikawa icon

mcp-servers

by JPishikawa

Overview

These servers provide a 'Model Context Protocol' (MCP) interface for various external services, including Slack, Kubernetes, GitHub, and Weather APIs, primarily to serve as context providers for AI Agents.

Installation

Run Command
No command provided

Environment Variables

  • SLACK_MCP_XOXP_TOKEN
  • LOGS_CHANNEL_ID
  • WEATHER_API_KEY

Security Notes

The 'weather-mcp.yaml' contains a hardcoded 'WEATHER_API_KEY' set to 'demo-key'. While labeled as a demo key, hardcoding API keys is a significant security risk and a poor practice, potentially leading to exposure of real keys in production. The 'kubernetes-mcp.yaml' grants broad read-only access (get, list, watch) to numerous Kubernetes resources (pods, events, services, secrets, deployments, etc.) via a ClusterRole. While intended for observability, this constitutes a wide attack surface if the server itself is compromised.

Similar Servers

Stats

Interest Score0
Security Score6
Cost ClassLow
Avg Tokens250
Stars0
Forks0
Last Update2025-11-27

Tags

KubernetesSlackWeatherGitHubMCPAI AgentsIntegrations