Skip to main content
Glama
TechGOELogy

Windows Server MCP

by TechGOELogy

Windows Server MCP

Windows Server MCP는 읽기 전용 Windows 관찰 가능성을 위한 로컬 Model Context Protocol 서버입니다. CPU, 메모리, 스토리지, 서비스 및 상태 도구를 FastMCP를 통해 노출합니다.

현재 버전: 1.0.0.

도구

도구

목적

health_check

서버 상태, Python 런타임 및 플랫폼 세부 정보.

hello_world

정규화된 호환성 연결 확인.

cpu_info

CPU 수, 사용률, 주파수, 부하, 통계 및 시간.

memory_info

바이트 기반 값의 가상 메모리 및 스왑 세부 정보.

storage_info

디스크 파티션, 바이트 사용량 합계 및 디스크 I/O 카운터.

services

선택적 필터 및 간결한 기본값을 포함한 Windows 서비스.

service

하나의 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/mcp

MCP Inspector로 테스트

서버를 시작한 다음 실행하세요:

npx @modelcontextprotocol/inspector --server-url http://127.0.0.1:8080/mcp --transport http

CLI 모드를 사용할 수도 있습니다:

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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    A
    quality
    D
    maintenance
    A 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.
    7
    26
    5
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Exposes 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.
    12
    GPL 3.0

View all related MCP servers

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…

View all MCP Connectors

Latest Blog Posts

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