insightfinder-mcp-server
Verified Safeby 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
mcp dev src/insightfinder_mcp_server/main.pyEnvironment 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
tmcp
A server implementation for the Model Context Protocol (MCP) to enable LLMs to access external context and tools.
mcp-server-datadog
Enables programmatic interaction with various Datadog services, providing tools for incident management, monitoring, logging, metrics querying, APM trace analysis, RUM event processing, and host/downtime administration.
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
langfuse-mcp
Provides a comprehensive Model Context Protocol (MCP) server for Langfuse, enabling AI agents to debug, analyze, and manage AI traces, observations, sessions, exceptions, and prompts.