Skip to main content
Glama

Splunk MCP Server

by rootiq-ai
.env.example1.34 kB
# Splunk Connection Configuration # Copy this file to .env and fill in your values # Required: Splunk server hostname or IP address SPLUNK_HOST=your-splunk-server.com # Optional: Splunk management port (default: 8089) SPLUNK_PORT=8089 # Optional: Connection scheme (default: https) SPLUNK_SCHEME=https # Authentication Method 1: Token-based (recommended) # Generate a token in Splunk Web > Settings > Tokens SPLUNK_TOKEN=your-splunk-token-here # Authentication Method 2: Username/Password # Use either token OR username/password, not both # SPLUNK_USERNAME=your-username # SPLUNK_PASSWORD=your-password # Optional: SSL certificate verification (default: true) # Set to false for self-signed certificates (not recommended for production) SPLUNK_VERIFY_SSL=true # Optional: Request timeout in seconds (default: 30) SPLUNK_TIMEOUT=30 # Optional: Logging level LOG_LEVEL=INFO # Examples for different Splunk deployments: # Splunk Cloud # SPLUNK_HOST=your-instance.splunkcloud.com # SPLUNK_PORT=8089 # SPLUNK_SCHEME=https # SPLUNK_TOKEN=your-cloud-token # Splunk Enterprise (local) # SPLUNK_HOST=localhost # SPLUNK_PORT=8089 # SPLUNK_SCHEME=https # SPLUNK_USERNAME=admin # SPLUNK_PASSWORD=changeme # Splunk Enterprise (remote) # SPLUNK_HOST=10.0.1.100 # SPLUNK_PORT=8089 # SPLUNK_SCHEME=https # SPLUNK_TOKEN=your-enterprise-token

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rootiq-ai/splunk-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server