# SystemSage
A powerful cross-platform system management and monitoring tool that provides comprehensive system insights and management capabilities.
## Features
- System resource monitoring (CPU, Memory, Disk)
- Process management
- Network interface monitoring
- System alerts and diagnostics
- Service management
- Docker container management
- Kubernetes cluster monitoring
- Log management
- Security monitoring
- Performance analysis
- System health checks
## Installation
```bash
pip install systemsage
```
For additional cloud features (Docker, Kubernetes, HTTP requests):
```bash
pip install systemsage[cloud]
```
## Quick Start
```python
from SystemSage.server import mcp
# Get system metrics
print(mcp.get_cpu_usage())
print(mcp.get_memory_usage())
print(mcp.get_disk_usage())
# Monitor system resources
print(mcp.monitor_system_resources(duration=10))
# Get system alerts
print(mcp.get_system_alerts())
```
## Command Line Usage
```bash
# Run the MCP server
systemsage
# Or run as a module
python -m SystemSage
```
## Requirements
- Python 3.10 or higher
- psutil>=5.9.0
- fastmcp>=1.0.0
- click>=8.1.0
### Optional Dependencies
- requests>=2.31.0 (for cloud services)
- docker>=6.1.0 (for Docker management)
- kubernetes>=28.1.0 (for Kubernetes monitoring)
## License
This project is licensed under the MIT License - see the LICENSE file for details.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
Raw data
{
"_id": null,
"home_page": null,
"name": "systemsage",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "system, monitoring, management, mcp, cross-platform, psutil",
"author": null,
"author_email": "Taru Sharma <taru2828sharma@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/33/0e/f11ceb3531ab4daa940306fde1a85471662a88004aceffb4912e6891cb79/systemsage-0.1.tar.gz",
"platform": null,
"description": "# SystemSage\r\n\r\nA powerful cross-platform system management and monitoring tool that provides comprehensive system insights and management capabilities.\r\n\r\n## Features\r\n\r\n- System resource monitoring (CPU, Memory, Disk)\r\n- Process management\r\n- Network interface monitoring\r\n- System alerts and diagnostics\r\n- Service management\r\n- Docker container management\r\n- Kubernetes cluster monitoring\r\n- Log management\r\n- Security monitoring\r\n- Performance analysis\r\n- System health checks\r\n\r\n## Installation\r\n\r\n```bash\r\npip install systemsage\r\n```\r\n\r\nFor additional cloud features (Docker, Kubernetes, HTTP requests):\r\n```bash\r\npip install systemsage[cloud]\r\n```\r\n\r\n## Quick Start\r\n\r\n```python\r\nfrom SystemSage.server import mcp\r\n\r\n# Get system metrics\r\nprint(mcp.get_cpu_usage())\r\nprint(mcp.get_memory_usage())\r\nprint(mcp.get_disk_usage())\r\n\r\n# Monitor system resources\r\nprint(mcp.monitor_system_resources(duration=10))\r\n\r\n# Get system alerts\r\nprint(mcp.get_system_alerts())\r\n```\r\n\r\n## Command Line Usage\r\n\r\n```bash\r\n# Run the MCP server\r\nsystemsage\r\n\r\n# Or run as a module\r\npython -m SystemSage\r\n```\r\n\r\n## Requirements\r\n\r\n- Python 3.10 or higher\r\n- psutil>=5.9.0\r\n- fastmcp>=1.0.0\r\n- click>=8.1.0\r\n\r\n### Optional Dependencies\r\n\r\n- requests>=2.31.0 (for cloud services)\r\n- docker>=6.1.0 (for Docker management)\r\n- kubernetes>=28.1.0 (for Kubernetes monitoring)\r\n\r\n## License\r\n\r\nThis project is licensed under the MIT License - see the LICENSE file for details.\r\n\r\n## Contributing\r\n\r\nContributions are welcome! Please feel free to submit a Pull Request. \r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A cross-platform system management and monitoring tool",
"version": "0.1",
"project_urls": {
"Bug Tracker": "https://github.com/Tarusharma1/SystemSage/issues",
"Homepage": "https://github.com/Tarusharma1/SystemSage",
"Repository": "https://github.com/Tarusharma1/SystemSage"
},
"split_keywords": [
"system",
" monitoring",
" management",
" mcp",
" cross-platform",
" psutil"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "b9f8e62503f21c99b36b84a2d2b9d2fefd29ab1476efeb4f2c1541850e0e0261",
"md5": "1541d24e5d7e8de45f7bd0a2295b0a5e",
"sha256": "86e7b2fb3747dec699fbbad55589ecec6fa454295df6204b59ba05ed8e57a012"
},
"downloads": -1,
"filename": "systemsage-0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1541d24e5d7e8de45f7bd0a2295b0a5e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 21690,
"upload_time": "2025-07-12T18:10:38",
"upload_time_iso_8601": "2025-07-12T18:10:38.147451Z",
"url": "https://files.pythonhosted.org/packages/b9/f8/e62503f21c99b36b84a2d2b9d2fefd29ab1476efeb4f2c1541850e0e0261/systemsage-0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "330ef11ceb3531ab4daa940306fde1a85471662a88004aceffb4912e6891cb79",
"md5": "f7ed99d139cff1d8135cee03a83ed6c4",
"sha256": "ac83cadeb991ae7cf646e2043676330af586e51a0e604d5bfa42ed8855e4de20"
},
"downloads": -1,
"filename": "systemsage-0.1.tar.gz",
"has_sig": false,
"md5_digest": "f7ed99d139cff1d8135cee03a83ed6c4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 22361,
"upload_time": "2025-07-12T18:10:39",
"upload_time_iso_8601": "2025-07-12T18:10:39.643871Z",
"url": "https://files.pythonhosted.org/packages/33/0e/f11ceb3531ab4daa940306fde1a85471662a88004aceffb4912e6891cb79/systemsage-0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-12 18:10:39",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Tarusharma1",
"github_project": "SystemSage",
"github_not_found": true,
"lcname": "systemsage"
}