1. Conduid
  2. Developer Tools
  3. Posix System MCP
MCP server · Developer Tools

Posix System MCP

A high-performance Model Context Protocol (MCP) server built with Go that provides POSIX system monitoring capabilities for Claude Desktop, Cursor, and other MCP clients.

54Fair

Scored 4 months ago · breakdown

About Posix System MCP

Posix System MCP is an MCP server published by Agent-Hellboy in the Developer Tools category: a high-performance Model Context Protocol (MCP) server built with Go that provides POSIX system monitoring capabilities for Claude Desktop, Cursor, and other MCP clients. It has been installed 0 times through Conduid.

The repository has 2 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx posix-system-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Posix System MCP

Powered by Claude · Grounded in docs

I know everything about Posix System MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

POSIX System MCP Server

CI codecov Go Report Card License

A high-performance Model Context Protocol (MCP) server built with Go that provides POSIX system monitoring capabilities for Claude Desktop, Cursor, and other MCP clients.

Features

  • System Info: CPU, memory, disk, network, process monitoring
  • Real-time: Live system metrics with minimal latency
  • Lightweight: Single binary, no external dependencies
  • Cross-platform: Linux, macOS, Unix variants (POSIX-compliant systems)

Requirements

  • Go 1.21 or higher
  • MCP-compatible client (Claude Desktop, Cursor, etc.)

Installation

# Clone the repository
git clone https://github.com/Agent-Hellboy/posix-system-mcp.git
cd posix-system-mcp

# Configure system (checks Go installation)
./configure

# Install for Claude Desktop
make install claude

# Install for Cursor  
make install cursor

# Or install for both
make install claude cursor

Available Tools

Tool Description
get_system_info System information (hostname, OS, uptime, etc.)
get_cpu_info CPU usage and details
get_memory_info Memory and swap usage
get_disk_info Disk usage by partition
get_network_info Network interface statistics
get_process_info Running process information
get_load_average System load averages

Usage Examples

# Get system overview
get_system_info

# Get CPU usage per core
get_cpu_info {"per_cpu": true}

# Get top 10 processes by CPU usage
get_process_info {"limit": 10, "sort_by": "cpu"}

# Get disk usage for root partition
get_disk_info {"path": "/"}

Development

./configure
make deps      # Install dependencies
make build     # Build binary
make test      # Run tests
make run       # Run server directly

Docker

# Build Docker image
make docker-build

# Run in Docker container
make docker-run

# Open shell in container
make docker-shell

License

MIT License - see LICENSE file for details.

Contributing

Pull requests are welcome! Please run make test before submitting.

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Posix System MCP

How do I install Posix System MCP?

Run npx posix-system-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Posix System MCP safe to use with an AI agent?

Its trust score is 54 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Posix System MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.