loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

proc-mcp

MCP Tool

ipolyzos/proc-mcp

stdio MCP server for read-only Unix process inspection (ps, optional pstree)

Install

$ npx loaditout add ipolyzos/proc-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "proc-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "proc-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

proc-mcp

proc-mcp is a stdio [Model Context Protocol](https://modelcontextprotocol.io/) (MCP) server written in Go. It exposes read-only, structured access to process inspection on Unix-like systems, primarily by wrapping ps and optionally pstree when present.

Repository: github.com/ipolyzos/proc-mcp

Goals
  • Safe, predictable, read-only process data for agents and tools.
  • Normalized behavior across Linux and macOS where practical, with explicit documentation where it is not.
  • Small, versionable MCP tool surface that grows incrementally.
Non-goals

The server does not terminate processes, send signals, change niceness, trace, inject code, or perform any other mutating operation.

Status

The server speaks MCP over stdio and registers twelve read-only tools on Linux and macOS: process listing (with optional limit and `sort_by` ordering), PID lookup, details, children, name search, per-user lists, usage summaries, top-N by CPU/memory, pstree text plus availability probe, command-line inspection, and grouping fields (pgid / sid / tty). Authoritative schemas and limits: [docs/client-contract.md](docs/client-contract.md).

Documentation

| Doc | Purpose | | --- | -------- | | docs/README.md | Index of all guides | | docs/client-contract.md | Tool inputs/outputs (stability contract) | | docs/using.md | MCP client configuration | | docs/contributing.md | Branch workflow and PR process | | docs/releases.md | Versioning and main releases | | CHANGELOG.md | Release history | | SECURITY.md | Security policy (GitHub Security tab) |

Requirements
  • Go 1.25 or newer, with the toolchain pinned in go.mod (currently 1.25.8 for security fixes). Use a recent patch release when developing.
  • Runtime: Linux or

Tags

gogolanglinuxmacosmcpmodel-context-protocolprocessespsread-only

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated16 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit4/1/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/ipolyzos/proc-mcp)](https://loaditout.ai/skills/ipolyzos/proc-mcp)