basiclocalmcpservertools
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@basiclocalmcpservertoolsShow me my current network connections and where they are located"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
basiclocalmcpservertools
A small local MCP server (stdio transport) that exposes a handful of basic Windows utilities to an MCP client such as Claude Code.
Windows only. The tools shell out to
explorer.exe,notepad.exeandpowershell.exe.
Tools
Tool | Description |
| Opens Windows File Explorer at a path (a file is shown selected in its folder). |
| Writes text (from |
| Hardware inventory (OS, CPU, RAM, GPU, motherboard, BIOS, disks) via WMI/CIM. |
| Running processes with PID, CPU seconds, working-set memory and thread count. |
| Active network connections mapped to their owning process, with geolocation for public remote IPs. |
| Returns this catalog at runtime. |
Related MCP server: Knossos
Install
git clone <this-repo>
cd basiclocalmcpservertools
npm installUse with Claude Code
The included .mcp.json registers the server with a relative path
(./index.js), so it works when Claude Code is started from the project directory.
To add it from anywhere else, register it with an absolute path to index.js:
claude mcp add basiclocalmcpservertools -- node "C:\\path\\to\\basiclocalmcpservertools\\index.js"Any other MCP client works the same way: run node index.js as a stdio server.
Privacy note
list_connections sends the public remote IP addresses of your active
connections to the free third-party service http://ip-api.com (plain HTTP) to
resolve country/region/city/ISP. Private and loopback addresses are never sent.
If you don't want that lookup, don't call list_connections.
License
No license yet.
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