loading…
Search for a command to run...
loading…
AI Ops - MCP server providing AI-powered tools and automation by MEOK AI Labs
AI Ops - MCP server providing AI-powered tools and automation by MEOK AI Labs
Ai Ops MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
system_health_check |
Comprehensive system health check — CPU, memory, disk, services. |
check_service |
Check if a specific HTTP service is healthy. |
security_scan |
Run security scan — check for common vulnerabilities, open ports, outdated packa |
get_process_status |
Get status of running AI-related processes. |
maintenance_schedule |
Get recommended maintenance actions based on system state. |
pip install meok-ai-ops-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ai-ops": {
"command": "python",
"args": ["-m", "meok_ai_ops_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"ai-ops-mcp": {
"command": "npx",
"args": []
}
}
}