Skip to main content
Glama
TechGOELogy

Windows Server MCP

by TechGOELogy

Windows Server MCP

Windows Server MCP — это локальный сервер Model Context Protocol для наблюдаемости Windows в режиме только для чтения. Он предоставляет инструменты для работы с CPU, памятью, хранилищем, службами и состоянием системы через FastMCP.

Текущая версия: 1.0.0.

Инструменты

Инструмент

Назначение

health_check

Проверка здоровья сервера, среда выполнения Python и платформа.

hello_world

Нормализованная проверка совместимости и подключения.

cpu_info

Количество ядер CPU, загрузка, частота, нагрузка, статистика и время.

memory_info

Виртуальная память и подкачка с байтовыми значениями.

storage_info

Разделы дисков, итоговое использование в байтах и счётчики дискового ввода-вывода.

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