Back to Home
insightfinder icon

insightfinder-mcp-server

Verified Safe

by insightfinder

Overview

This server enables Large Language Models (LLMs) to interact with the InsightFinder platform, providing capabilities for incident management, anomaly detection, system monitoring, and deployment analysis.

Installation

Run Command
mcp dev src/insightfinder_mcp_server/main.py

Environment Variables

  • TRANSPORT_TYPE
  • SERVER_HOST
  • SERVER_PORT
  • HTTP_AUTH_ENABLED
  • HTTP_AUTH_METHOD
  • HTTP_API_KEY
  • HTTP_BEARER_TOKEN
  • HTTP_BASIC_USERNAME
  • HTTP_BASIC_PASSWORD
  • HTTP_RATE_LIMIT_ENABLED
  • MAX_REQUESTS_PER_MINUTE
  • HTTP_IP_WHITELIST
  • HTTP_CORS_ENABLED
  • HTTP_CORS_ORIGINS
  • SSE_ENABLED
  • SSE_PING_INTERVAL
  • SSE_MAX_CONNECTIONS
  • SSE_CORS_HEADERS
  • SSE_HEARTBEAT_ENABLED
  • ENABLE_DEBUG_MESSAGES
  • BEHIND_PROXY
  • TRUST_PROXY_HEADERS
  • ALLOWED_HOSTS

Security Notes

The server implements robust authentication (API Key, Bearer, Basic), rate limiting, and IP whitelisting. InsightFinder and JIRA API credentials are securely passed via request headers, not stored in server configuration, enhancing multi-tenancy and isolation. It handles proxy headers, limits request/response sizes, and uses secure token generation for defaults. A deprecated JIRA tool function contains hardcoded values, but this function is not actively used by exposed tools and is explicitly marked for removal.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens3000
Stars1
Forks0
Last Update2026-01-16

Tags

LLMObservabilityIncident ManagementAnomaly DetectionMonitoring