Windows Server MCP
Windows Server MCP
Windows Server MCP ist ein lokaler Model Context Protocol Server für schreibgeschützte Windows-Beobachtbarkeit. Er stellt CPU-, Speicher-, Datenspeicher-, Dienst- und Health-Tools über FastMCP bereit.
Aktuelle Version: 1.0.0.
Tools
Tool | Zweck |
| Serverzustand, Python-Laufzeitumgebung und Plattformdetails. |
| Normalisierter Kompatibilitäts- und Konnektivitätscheck. |
| CPU-Anzahl, Auslastung, Frequenz, Last, Statistiken und Zeiten. |
| Details zu virtuellem Speicher und Swap mit bytebasierten Werten. |
| Datenträgerpartitionen, Byte-Nutzungssummen und Datenträger-E/A-Zähler. |
| Windows-Dienste mit optionalen Filtern und kompakten Standardeinstellungen. |
| Detaillierte Informationen zu einem Windows-Dienst. |
Alle Tools geben eine einheitliche Struktur zurück:
{
"data": {},
"errors": [],
"meta": {
"timestamp": "2026-08-17T00:00:00+00:00",
"source": "psutil",
"tool": "tool_name"
}
}Related MCP server: Windows System MCP
Anforderungen
Windows
Python 3.10+
Installation
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txtAusführen
.\.venv\Scripts\activate
python main.pyDer Server läuft unter:
http://127.0.0.1:8080/mcpTest mit MCP Inspector
Starten Sie den Server und führen Sie dann aus:
npx @modelcontextprotocol/inspector --server-url http://127.0.0.1:8080/mcp --transport httpSie können auch den CLI-Modus verwenden:
npx @modelcontextprotocol/inspector --cli http://127.0.0.1:8080/mcp --transport http --method tools/listTests ausführen
.\.venv\Scripts\python.exe -m unittest discover -s tests -vBeispiel-Toolargumente
Rufen Sie cpu_info mit einem kürzeren Abtastintervall auf:
{
"interval_seconds": 0.5
}Nur laufende Dienste auflisten:
{
"status": "running"
}Dienste mit detaillierten Feldern auflisten:
{
"include_details": true,
"limit": 25
}Alle Datenträgerpartitionen einbeziehen:
{
"all_partitions": true
}Lizenz
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityCmaintenanceProvides real-time system metrics and information through a Model Context Protocol interface, enabling access to CPU usage, memory statistics, disk information, network status, and running processes.75
- AlicenseAqualityDmaintenanceA comprehensive Model Context Protocol server that enables AI assistants to interact with and manage Windows systems, providing capabilities for file system operations, process management, system information retrieval, registry operations, service management, network diagnostics, and performance monitoring.7265Apache 2.0
- FlicenseBqualityDmaintenanceProvides Windows system diagnostic capabilities to AI agents, allowing them to access event logs, crash information, system uptime, and perform stability analysis.113
- AlicenseAqualityDmaintenanceExposes Windows system information and control tools including hardware stats, network details, and process monitoring. It enables AI applications to retrieve real-time data about CPU, memory, drives, and active system processes.12GPL 3.0
Related MCP Connectors
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/TechGOELogy/windows-server-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server