MCP Directory
Back

MODELCONTEXTPROTOCOL

by saikiran927 · Python · ★ 0

MODELCONTEXTPROTOCOL — MCP server.

Install

pip install git+https://github.com/saikiran927/MODELCONTEXTPROTOCOL.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "modelcontextprotocol": {
      "command": "uvx",
      "args": [
        "git+https://github.com/saikiran927/MODELCONTEXTPROTOCOL.git"
      ]
    }
  }
}

From the README

🖥️ Local MCP System Monitor Server A local MCP (Model Context Protocol) server that monitors real-time system resources such as CPU usage, memory usage, disk stats, and core information, and exposes them as MCP tools that can be consumed by any MCP-compatible client (CLI, agents, Telegram bot, etc.). This project is designed to demonstrate: Practical MCP server implementation System-level monitoring using Python Clean separation between tools, server, and clients 🚀 Features 📊 Real-time CPU usage monitoring 🧠 Memory (RAM) usage statistics 💽 Disk usage information ⚙️ CPU core & logi…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related communication servers