Skip to main content
Glama

Windows System MCP

service_manager

Manage Windows services by listing, starting, stopping, restarting, and monitoring their status. Filter by status or startup type, find specific services, and retrieve details efficiently.

Instructions

Windows service management including listing services, getting service details, starting/stopping services, and monitoring service status

Input Schema

NameRequiredDescriptionDefault
actionYesThe service management action to perform
limitNoLimit number of results (default: 50)
search_termNoSearch term for finding services
service_nameNoService name for specific service operations
startup_type_filterNoFilter services by startup type (default: all)all
status_filterNoFilter services by status (default: all)all

Input Schema (JSON Schema)

{ "properties": { "action": { "description": "The service management action to perform", "enum": [ "list_services", "get_service_details", "start_service", "stop_service", "restart_service", "get_service_status", "find_service", "get_running_services", "get_startup_services" ], "type": "string" }, "limit": { "default": 50, "description": "Limit number of results (default: 50)", "type": "number" }, "search_term": { "description": "Search term for finding services", "type": "string" }, "service_name": { "description": "Service name for specific service operations", "type": "string" }, "startup_type_filter": { "default": "all", "description": "Filter services by startup type (default: all)", "enum": [ "automatic", "manual", "disabled", "all" ], "type": "string" }, "status_filter": { "default": "all", "description": "Filter services by status (default: all)", "enum": [ "running", "stopped", "paused", "all" ], "type": "string" } }, "required": [ "action" ], "type": "object" }
Install Server

Other Tools from Windows System MCP

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/guangxiangdebizi/windows-system-mcp'

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