Skip to main content
Glama
balajifunny

splunk-mcp-server

by balajifunny

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SPLUNK_HOSTNoSplunk host address127.0.0.1
SPLUNK_PORTNoSplunk management port8089
SPLUNK_SCHEMENoSplunk scheme (http or https)https
SPLUNK_PASSWORDNoSplunk password
SPLUNK_USERNAMENoSplunk username

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_knowledge_objectsC

Get knowledge objects from Splunk. Supported types include saved_searches, lookups, macros, etc.

search_splunkC

Search Splunk logs with the given query.

get_splunk_indexesA

Get list of available Splunk indexes.

get_log_statsC

Get log statistics for a specific index.

get_all_usersA

Fetch all Splunk users.

get_user_infoC

Get detailed information about a specific Splunk user.

search_errorsC

Search for error logs across indexes.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_indexes_resourceGet available Splunk indexes as a resource.

TDQS

B3.1/5.0

Scored across 7 tools

Disambiguation5/5

Each tool targets a distinct resource or operation: users (all vs specific), indexes, knowledge objects, log statistics, general search, and error search. No overlapping purposes.

Naming Consistency4/5

Most tools follow 'get_' prefix (5 tools), but two use 'search_' prefix. There is a clear verb_noun pattern, though the verb varies between get and search.

Tool Count5/5

7 tools is well-scoped for a Splunk MCP server, covering essential read and search operations without being excessive or minimal.

Completeness3/5

The toolset covers core retrieval and search operations, but lacks create/update/delete for knowledge objects and users, which are common Splunk operations.

Maintenance

ActivityInactive
ResponsivenessNo issues