Skip to main content
Glama

basiclocalmcpservertools

ローカルで動作する小さな MCP サーバー(stdio トランスポート)で、Claude Code などの MCP クライアントにいくつかの基本的な Windows ユーティリティを公開します。

Windows のみ。ツールは explorer.exenotepad.exepowershell.exe を外部コマンドとして実行します。

ツール

ツール

説明

open_explorer

指定したパスで Windows File Explorer を開きます(ファイルはそのフォルダー内で選択された状態で表示されます)。

open_notepad

message および/または sourceFile のテキストをファイルに書き込み、Notepad で開きます。

get_system_info

WMI/CIM 経由のハードウェア情報(OS、CPU、RAM、GPU、マザーボード、BIOS、ディスク)。

list_processes

PID、CPU 秒、ワーキングセットメモリ、スレッド数を含む実行中プロセス。

list_connections

所有プロセスに対応付けられたアクティブなネットワーク接続。パブリックなリモート IP アドレスの地理位置情報付き。

help

実行時にこのカタログを返します。

Related MCP server: Knossos

インストール

git clone <this-repo>
cd basiclocalmcpservertools
npm install

Claude Code で使用する

同梱の .mcp.json はサーバーを 相対パス(./index.js)で登録するため、プロジェクトディレクトリから Claude Code を起動した場合に機能します。

他の場所から追加するには、index.js への絶対パスで登録します:

claude mcp add basiclocalmcpservertools -- node "C:\\path\\to\\basiclocalmcpservertools\\index.js"

他の MCP クライアントも同じように動作します。node index.js を stdio サーバーとして実行してください。

プライバシーに関する注意

list_connections は、国・地域・都市・ISP を解決するために、アクティブな接続の パブリック なリモート IP アドレスを、無料のサードパーティサービス http://ip-api.com(平文 HTTP)に送信します。プライベートアドレスとループバックアドレスが送信されることはありません。この検索を望まない場合は、list_connections を呼び出さないでください。

ライセンス

ライセンスはまだありません。

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.

Maintenance

ActivityMaintained
ResponsivenessNo issues

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

Related MCP Servers

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/astanciulescu03-sys/BasicLocalToolsMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server