Skip to main content
Glama
rayss868

PC Controller MCP Server

by rayss868

process_list

List running Windows processes with PID, memory, and CPU usage. Filter by name and sort by resource usage to identify RAM or CPU hogs.

Instructions

Display a list of processes/applications currently running on this Windows PC. Shows process name, Process ID (PID), memory usage (in MB), and CPU time (in seconds). Can be filtered by process name (partial match) to find specific processes. Can be sorted by name, memory usage (find RAM hogs), or CPU usage (find CPU hogs). Shows the top 30 processes. Useful for monitoring, debugging, finding resource-consuming processes, or identifying processes before killing them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
filterNoFilter processes by name (partial match, case-insensitive). Examples: "chrome" (show all Chrome processes), "node" (all Node.js processes), "code" (VS Code)
sort_byNoSort results by: "name" (alphabetical), "memory" (highest memory first — default), "cpu" (highest CPU time first)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rayss868/pc-controller-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server