Windows Server MCP
Windows Server MCP
Windows Server MCP는 읽기 전용 Windows 관찰 가능성을 위한 로컬 Model Context Protocol 서버입니다. CPU, 메모리, 스토리지, 서비스 및 상태 도구를 FastMCP를 통해 노출합니다.
현재 버전: 1.0.0.
도구
도구 | 목적 |
| 서버 상태, Python 런타임 및 플랫폼 세부 정보. |
| 정규화된 호환성 연결 확인. |
| CPU 수, 사용률, 주파수, 부하, 통계 및 시간. |
| 바이트 기반 값의 가상 메모리 및 스왑 세부 정보. |
| 디스크 파티션, 바이트 사용량 합계 및 디스크 I/O 카운터. |
| 선택적 필터 및 간결한 기본값을 포함한 Windows 서비스. |
| 하나의 Windows 서비스에 대한 자세한 정보. |
모든 도구는 일관된 형태를 반환합니다:
{
"data": {},
"errors": [],
"meta": {
"timestamp": "2026-08-17T00:00:00+00:00",
"source": "psutil",
"tool": "tool_name"
}
}Related MCP server: Windows System MCP
요구 사항
Windows
Python 3.10+
설치
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt실행
.\.venv\Scripts\activate
python main.py서버는 다음에서 실행됩니다:
http://127.0.0.1:8080/mcpMCP Inspector로 테스트
서버를 시작한 다음 실행하세요:
npx @modelcontextprotocol/inspector --server-url http://127.0.0.1:8080/mcp --transport httpCLI 모드를 사용할 수도 있습니다:
npx @modelcontextprotocol/inspector --cli http://127.0.0.1:8080/mcp --transport http --method tools/list테스트 실행
.\.venv\Scripts\python.exe -m unittest discover -s tests -v예제 도구 인수
cpu_info를 더 짧은 샘플 간격으로 호출합니다:
{
"interval_seconds": 0.5
}실행 중인 서비스만 나열합니다:
{
"status": "running"
}상세 필드가 있는 서비스를 나열합니다:
{
"include_details": true,
"limit": 25
}모든 디스크 파티션을 포함합니다:
{
"all_partitions": true
}라이선스
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