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}
暂无评论. 成为第一个评论的人!
登录以参与讨论