Splunk
16
0

Goose
Setting up with Goose
- Open Goose's preferences
- Go to the Integrations tab
- Select "MCP Servers"
- Click "Add New Server"
- Use the configuration below based on your operating system
JSON
1{2 "mcpServers": {3 "splunk": {4 "env": {5 "VERIFY_SSL": "false",6 "SPLUNK_HOST": "your_splunk_host",7 "SPLUNK_PORT": "8089",8 "SPLUNK_SCHEME": "https",9 "SPLUNK_PASSWORD": "your_password",10 "SPLUNK_USERNAME": "your_username"11 },12 "args": [13 "--directory",14 "/path/to/splunk-mcp",15 "run",16 "python",17 "splunk_mcp.py",18 "stdio"19 ],20 "command": "poetry"21 }22 }23}
커뮤니티 리뷰
0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요