Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Latest commit

 

History

History
23 lines (17 loc) · 1.05 KB

File metadata and controls

23 lines (17 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.0.0] - 2025-08-18

Added

  • Initial Release of splunk-mcp-server.
  • MCP server that provides a splunk_search tool to execute Splunk searches.
  • Executes searches via Splunk's REST API without an external SDK.
  • Flexible tool arguments: accepts a simple SPL string or a JSON object string for advanced parameters (time range, limit).
  • Flexible configuration via environment variables, a configuration file, and command-line flags.
  • Makefile for building, cross-compiling (macOS, Linux, Windows), and packaging release archives.
  • Version information (from Git tag) embedded into the binary.
  • README.md and LICENSE files.
  • Test script (run_test.sh.template) and diagnostic client for verification.
  • Secure wrapper script template (start.sh.template) for setting credentials.