Back to directory
jkosik/mcp-server-splunk

jkosik/mcp-server-splunk

@jkosik

MCP server for Splunk integration, supporting STDIO and SSE modes with tools for saved searches, alerts, indexes and macros

splunksearchalertsmonitoringsecuritydata-analysismcpgotool

Installation & Configuration

{
  "mcpServers": {
    "splunk_stdio": {
      "name": "Splunk MCP Server",
      "description": "Splunk MCP server",
      "type": "stdio",
      "command": "go run cmd/mcp-server-splunk/main.go",
      "env": {
        "SPLUNK_URL": "https://your-splunk-instance:8089",
        "SPLUNK_TOKEN": "your-splunk-token"
      }
    }
  }
}

Information

Transport
stdiosse
Language
Go
Created
2026/6/12
Updated
2026/6/13