MCP Directory
Back

MODELCONTEXTPROTOCOL

by saikiran927 · Python · ★ 0

MODELCONTEXTPROTOCOL — MCP server.

Install

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

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "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 →

Related other servers