basiclocalmcpservertools
basiclocalmcpservertools
一个本地小型 MCP 服务器(stdio 传输),向 MCP 客户端(如 Claude Code)提供少量基本的 Windows 实用工具。
仅限 Windows。这些工具会调用
explorer.exe、notepad.exe和powershell.exe。
工具
工具 | 描述 |
| 在指定路径打开 Windows File Explorer(文件会在其所在文件夹中显示为选中状态)。 |
| 将文本(来自 |
| 通过 WMI/CIM 获取硬件清单(操作系统、CPU、内存、GPU、主板、BIOS、磁盘)。 |
| 运行中的进程,包含 PID、CPU 秒数、工作集内存和线程数。 |
| 映射到所属进程的活动网络连接,并为公共远程 IP 提供地理位置信息。 |
| 在运行时返回本工具清单。 |
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.
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
Run and manage H Company's Computer-Use Agents from any MCP client.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Remote MCP server: 10 developer utilities (base64, JWT, DNS, UUID, URL, JSON, UA, IP lookup).
Eyes and hands on real Windows PCs — observe, click, type via Glasswarp API.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to perform extensive Windows system administration, file operations, process management, network configuration, registry editing, GUI automation, and more through a comprehensive set of MCP tools.1MIT
- AlicenseNot gradedqualityCmaintenanceEnables remote filesystem and CLI access to a Windows machine over LAN through MCP, with file read/write and command execution capabilities.MIT
- AlicenseNot gradedqualityCmaintenanceEnables remote execution of commands, file operations, screenshots, and clipboard access on Windows machines through MCP tools.1MIT
- AlicenseAqualityCmaintenanceProvides full access to a local Windows computer via MCP, enabling arbitrary command execution, file operations, and process management through a secure stdio or HTTP tunnel.18MIT
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/astanciulescu03-sys/BasicLocalToolsMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server