Securityinfrastructure
SecurityCore Features for Security Infrastructure MCP Servers:
Installation
python /path/to/SecurityInfrastructure/src/splunk_server.pyView configuration snippet
{
"mcpServers": {
"splunk-siem": {
"command": "python",
"args": [
"/path/to/SecurityInfrastructure/src/splunk_server.py"
],
"env": {
"SPLUNK_HOST": "your-splunk-host.com",
"SPLUNK_PORT": "8089",
"SPLUNK_USERNAME": "admin",
"SPLUNK_PASSWORD": "your-password",
"SPLUNK_TOKEN": "your-api-token",
"SPLUNK_VERIFY_SSL": "true"
}
},
"crowdstrike-edr": {
"command": "python",
"args": [
"/path/to/SecurityInfrastructure/src/crowdstrike_server.py"
],
"env": {
"CROWDSTRIKE_CLIENT_ID": "your-client-id",
"CROWDSTRIKE_CLIENT_SECRET": "your-client-secret",
"CROWDSTRIKE_BASE_URL": "https://api.crowdstrike.com"
}
},
"misp-threat-intel": {
"command": "python",
"args": [
"/path/to/SecurityInfrastructure/src/misp_server.py"
],
"env": {
"MISP_URL": "https://your-misp-instance.com",
"MISP_KEY": "your-api-key",
"MISP_VERIFY_CERT": "true"
}
}
}
}💡 Tip: Make sure you have the appropriate package manager installed. Refer to the official documentation for detailed installation instructions.
Compatibility Matrix
Cursor
Claude Desktop
MCP Compatible
Server Information
Quick Stats
Related Servers
Mcp Gateway Lasso Security
A plugin-based gateway that orchestrates other MCPs and allows developers to build upon it enterprise-grade agents.
Mcp Security Audit
A powerful MCP (Model Context Protocol) Server that audits npm package dependencies for security vulnerabilities. Built with remote npm registry integration for real-time security checks.
Mcp Auth Servers
🔒 Reference MCP servers that demo how authentication works with the current Model Context Protocol spec.
Better Auth Mcp Server
better-auth-mcp-server MCP Server is an MCP server on MCP.so — view details, tools, and install instructions.
Like this server?
Discover more MCP servers or submit your own to directory.