Model Context Protocol (MCP) server that grants AI agents secure access to Splunk search endpoints, alerts and system health metrics
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"splunk-mcp-server": {
"command": "npx",
"args": [
"-y",
"HarshGarg178/splunk-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add splunk-mcp-server npx -y HarshGarg178/splunk-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"splunk-mcp-server": {
"command": "npx",
"args": [
"-y",
"HarshGarg178/splunk-mcp-server"
]
}
}
}