Note: Make sure to restart Cline after adding the configuration.
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}
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요