File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
# MCP Server for Splunk
2
- [ ![ smithery badge] ( https://smithery.ai/badge/@jkosik/mcp-server-splunk )] ( https://smithery.ai/server/@jkosik/mcp-server-splunk )
3
2
4
3
A Go implementation of the MCP server for Splunk.
5
4
Supports STDIO and SSE (Server-Sent Events HTTP API). Uses github.com/mark3labs/mcp-go SDK.
@@ -64,13 +63,10 @@ curl -X POST "http://localhost:3001/message?sessionId=YOUR_SESSION_ID" \
64
63
```
65
64
66
65
## Installing via Smithery
67
- ` Dockerfile ` and ` smithery.yaml ` are used to host this MCP implementation at https://smithery.ai
66
+ [ ![ smithery badge ] ( https:// smithery.ai/badge/@jkosik/mcp-server-splunk )] ( https://smithery.ai/server/@jkosik/mcp-server-splunk )
68
67
69
- To install mcp-server-splunk for Claude Desktop automatically via [ Smithery] ( https://smithery.ai/server/@jkosik/mcp-server-splunk ) :
68
+ ` Dockerfile ` and ` smithery.yaml ` are used to support hosting this MCP server at [ Smithery] (https://smithery.ai/server/@jkosik/ .
70
69
71
- ``` bash
72
- npx -y @smithery/cli install @jkosik/mcp-server-splunk --client claude
73
- ```
74
70
75
71
### Local Docker build and run
76
72
```
You can’t perform that action at this time.
0 commit comments