Windows Server MCP
Windows Server MCP
Windows Server MCP — это локальный сервер Model Context Protocol для наблюдаемости Windows в режиме только для чтения. Он предоставляет инструменты для работы с CPU, памятью, хранилищем, службами и состоянием системы через FastMCP.
Текущая версия: 1.0.0.
Инструменты
Инструмент | Назначение |
| Проверка здоровья сервера, среда выполнения Python и платформа. |
| Нормализованная проверка совместимости и подключения. |
| Количество ядер CPU, загрузка, частота, нагрузка, статистика и время. |
| Виртуальная память и подкачка с байтовыми значениями. |
| Разделы дисков, итоговое использование в байтах и счётчики дискового ввода-вывода. |
| Службы Windows с необязательными фильтрами и компактными значениями по умолчанию. |
| Подробная информация об одной службе Windows. |
Все инструменты возвращают единообразную структуру:
{
"data": {},
"errors": [],
"meta": {
"timestamp": "2026-08-17T00:00:00+00:00",
"source": "psutil",
"tool": "tool_name"
}
}Related MCP server: Windows MCP Server
Требования
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
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
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 Connectors
Read-only MCP server for turva.dev, an agent-readiness audit and advisory service.
Read-only MCP access to a documented IT fleet: state, changes, posture. 15 tools.
Guarded MCP server for agent-readable business truth, provenance, readiness, and discovery.
The Cortex MCP server provides read-only access to real-time engineering context from the Cortex developer portal, allowing AI coding assistants to answer natural language questions about your organization's catalog (microservices, libraries, domains, teams, infrastructure), scorecards (engineering standards and best practices), initiatives (goals and deadlines), and Engineering Intelligence metrics. It includes tools for querying documentation, tracking personal entities, and accessing AI-assisted insights across the entire Cortex ecosystem.
Related MCP Servers
- 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.7195Apache 2.0
- 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
- AlicenseNot gradedqualityAmaintenanceEnables AI assistants to retrieve structured information about the local Windows machine, including system specifications, resource health, developer tools, and AI environment, all through a secure, read-only interface.MIT
- AlicenseNot gradedqualityBmaintenanceA Windows observability MCP server that lets AI agents inspect system health, processes, performance, hardware, and Windows diagnostics. WinKit provides real-time system data and diagnostic signals so AI agents can understand and troubleshoot Windows PCs.1MIT
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