Skip to main content
Glama

Windows Command Line MCP Server

list_running_processes

Retrieve and filter currently active processes on a Windows system using a command-line interface. Specify an optional filter to match process names for targeted results.

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" }

Other Tools from Windows Command Line MCP Server

Related Tools

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