Microsoft & Azure intelligence →
Association is based on retained identity fields; it does not by itself prove first-party publication.
A secure Model Context Protocol server that allows AI models to safely interact with Windows command-line functionality, enabling controlled execution of system commands, project creation, and system information retrieval
Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.
Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.
No verified installation or connection method is available in the retained evidence yet.
| Canonical slug | windows-command-line-mcp-server-8874810c | Deployment | Local Only |
|---|---|---|---|
| Canonical package | — | Repository | alxspiker/Windows-Command-Line-MCP-Server |
| First published | — | Latest release | — |
| Last security verification | — | Classification confidence | 90% |
| Publication | Draft | Official distribution | Not verified |
| Channel | Identifier | Current version | Versions | Source |
|---|---|---|---|---|
| source_git | alxspiker/windows-command-line-mcp-server | 22042fb0071133c8681b796d36cf7cac4d892de5 | 1 | Repository |
| Package | Version | Published / observed | Inventory | Security scan |
|---|---|---|---|---|
| source_gitalxspiker/windows-command-line-mcp-server | 22042fb0071133c8681b796d36cf7cac4d892de5Current | Aug 25, 2026 | 8 toolsSucceeded · 0 resources · 0 prompts | Evidence restricted |
Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.
No public current-version evidence is available yet.
| Tool | Category | Annotations | Risk |
|---|---|---|---|
execute_commandExecute a Windows command and return its output. Only commands in the allowed list can be executed. This tool should be used for running simple commands like 'dir', 'echo', etc.Input schema{
"type": "object",
"properties": {
"command": {
"type": "string",
"description": "The command to execute"
},
"workingDir": {
"type": "string",
"description": "Working directory for the command"
},
"timeout": {
"type": "number",
"default": 30000,
"description": "Timeout in milliseconds"
}
},
"required": [
"command"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
execute_powershellExecute a PowerShell script and return its output. This allows for more complex operations and script execution. PowerShell must be in the allowed commands list.Input schema{
"type": "object",
"properties": {
"script": {
"type": "string",
"description": "PowerShell script to execute"
},
"workingDir": {
"type": "string",
"description": "Working directory for the script"
},
"timeout": {
"type": "number",
"default": 30000,
"description": "Timeout in milliseconds"
}
},
"required": [
"script"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_network_infoRetrieve network configuration information including IP addresses, adapters, and DNS settings. Can be filtered to a specific interface.Input schema{
"type": "object",
"properties": {
"networkInterface": {
"type": "string",
"description": "Optional interface name to filter results"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_scheduled_tasksRetrieve information about scheduled tasks on the system. Can query all tasks or get detailed status of a specific task.Input schema{
"type": "object",
"properties": {
"action": {
"type": "string",
"enum": [
"query",
"status"
],
"default": "query",
"description": "Action to perform"
},
"taskName": {
"type": "string",
"description": "Name of the specific task (optional)"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_service_infoRetrieve information about Windows services. Can query all services or get detailed status of a specific service.Input schema{
"type": "object",
"properties": {
"action": {
"type": "string",
"enum": [
"query",
"status"
],
"default": "query",
"description": "Action to perform"
},
"serviceName": {
"type": "string",
"description": "Service name to get info about (optional)"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
get_system_infoRetrieve system information including OS, hardware, and user details. Can provide basic or full details.Input schema{
"type": "object",
"properties": {
"detail": {
"type": "string",
"enum": [
"basic",
"full"
],
"default": "basic",
"description": "Level of detail"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
list_allowed_commandsList all commands that are allowed to be executed by this server. This helps understand what operations are permitted.Input schema{
"type": "object",
"properties": {},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — | |
list_running_processesList all running processes on the system. Can be filtered by providing an optional filter string that will match against process names.Input schema{
"type": "object",
"properties": {
"filter": {
"type": "string",
"description": "Optional filter string to match against process names"
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
} | — | — |
| Endpoint | Transport | Authentication | Health | Observed |
|---|---|---|---|---|
| No verified remote endpoint is linked. | ||||
No verified package installation command is available in the retained catalog evidence.
Windows Command Line MCP Server exposed 8 tools during independent protocol observation, including execute_command, execute_powershell, get_network_info, get_scheduled_tasks, get_service_info, get_system_info, list_allowed_commands, list_running_processes.
The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.
These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.
Association is based on retained identity fields; it does not by itself prove first-party publication.
Curated product and capability guides containing this catalog record.