Skip to main content
Glama

Windows Command Line MCP Server

list_running_processes

Identify and retrieve all active processes on a system, with optional filtering by process names, to monitor or manage system resources effectively using the Windows Command Line MCP Server.

Instructions

List all running processes on the system. Can be filtered by providing an optional filter string that will match against process names.

Input Schema

NameRequiredDescriptionDefault
filterNoOptional filter string to match against process names

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "filter": { "description": "Optional filter string to match against process names", "type": "string" } }, "type": "object" }

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/alxspiker/Windows-Command-Line-MCP-Server'

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