Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Local Process Intelligence Server

FreeNot checked

Local Process Intelligence MCP-Server for monitoring your system

GitHubEmbed

About

Local Process Intelligence MCP-Server for monitoring your system

README

This is a local, intelligent monitoring server built for the Model Context Protocol (MCP). It provides deep insight into your system and running processes, enabling a local LLM agent to analyze the machine’s state, perform diagnostics, suggest optimizations, and offer real-time solutions.

Screenshot

[!NOTE]

⚙️ Compatibility

This project was tested on the latest versions of macOS. While most features work reliably on this version, compatibility with other operating systems (Linux/Windows) is not always guaranteed.

What It Can Do

This project provides tools to:

  • 🔧 Retrieve a full system summary (OS, CPU, RAM, Disk, Boot Time)
  • 📊 Monitor CPU usage in real time
  • 💾 Track RAM and swap memory usage
  • 💽 Check disk usage (total, used, free, % used)
  • 🧩 Analyze top processes sorted by CPU load
  • 🔎 Search for running processes by name
  • 🌲 Explore the process tree of a given PID
  • ⚠️ Detect anomalies like:
  • High memory + low CPU (e.g., memory leaks)
  • Zombie/defunct processes
  • Resource usage spikes above a threshold
  • 🧠 Deliver actionable warnings and insights

This allows a local agent to not only observe, but also understand what’s happening on your machine — and provide real-time, specific solutions based on the actual system state.

Screenshot Screenshot

🚀 Quick Start

📦 Installation

It is recommended using uv, so make sure you have uv installed. Generally, for more information regarding MCP checkout MCP Python SDK.

Clone this repo then:

uv sync

▶️ Running the Server / Adding to Claude Desktop Config

With uv:

uv run mcp install main.py

Or directly:

mcp install main.py

To test in development mode with logging:

mcp dev main.py

[!NOTE] 🧠 Note: When using Claude Desktop, ensure the app is properly restarted after installing a new server.

Find more information on MCP Quickstart

🚧 Future Work

The project lays the foundation for a powerful local system intelligence layer. In future versions, one could:

  • Expand full cross-platform support
  • Add background process logging
  • Integrate energy usage and thermal monitoring
  • Allow custom alert thresholds and scheduled diagnostics
  • Let agents make automated corrective actions

from github.com/mattialoszach/local-process-intelligence-server

Installing Local Process Intelligence Server

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/mattialoszach/local-process-intelligence-server

FAQ

Is Local Process Intelligence Server MCP free?

Yes, Local Process Intelligence Server MCP is free — one-click install via Unyly at no cost.

Does Local Process Intelligence Server need an API key?

No, Local Process Intelligence Server runs without API keys or environment variables.

Is Local Process Intelligence Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Local Process Intelligence Server in Claude Desktop, Claude Code or Cursor?

Open Local Process Intelligence Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Local Process Intelligence Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs