Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Chronicle SecOps MCP Server
by
emeryray2002
Verified
GitHub
Security
Monitoring
Python
Apache 2.0
1
Reddit
Discord
Overview
Inspect
New
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
mcp-secops-v3
Dockerfile
example.py
.gitignore
LICENSE
main.py
pyproject.toml
.python-version
README.md
secops_mcp.py
setup.py
smithery.yaml
from setuptools import setup setup( name="secops-mcp", version="0.1.0", py_modules=["secops_mcp", "main"], # Include both modules install_requires=[ "mcp", "secops", ], entry_points={ "console_scripts": [ "secops-mcp=secops_mcp:main", ], }, )