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

1 つの 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