Skip to main content
Glama

basiclocalmcpservertools

一个本地小型 MCP 服务器(stdio 传输),向 MCP 客户端(如 Claude Code)提供少量基本的 Windows 实用工具。

仅限 Windows。这些工具会调用 explorer.exenotepad.exepowershell.exe

工具

工具

描述

open_explorer

在指定路径打开 Windows File Explorer(文件会在其所在文件夹中显示为选中状态)。

open_notepad

将文本(来自 message 和/或 sourceFile)写入文件,并在 Notepad 中打开。

get_system_info

通过 WMI/CIM 获取硬件清单(操作系统、CPU、内存、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 客户端的用法都相同:以 stdio 服务器方式运行 node index.js

隐私说明

list_connections 会将活动连接的公共远程 IP 地址发送到免费的第三方服务 http://ip-api.com(纯 HTTP),以解析国家/地区/城市/ISP。私有地址和环回地址绝不会被发送。如果您不希望进行该查询,请不要调用 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