process-manager-mcp

husams/process-manager-mcp

3.1

If you are the rightful owner of process-manager-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Process Manager MCP Server is an experimental server designed to provide AI assistants with safe process management capabilities, allowing them to monitor, query, and manage system processes with built-in security restrictions.

Tools

Functions exposed to the LLM to take actions

list_processes

Lists all running processes for the specified user.

find_processes

Finds processes using regex pattern matching against process names and command lines.

get_process_info

Retrieves detailed information about a specific process by PID.

terminate_process

Safely terminates a process by PID, respecting user permissions.

get_process_by_port

Finds the process listening on a specific port and protocol.

get_user_info

Gets current user information including username, UID, and GID.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources