basiclocalmcpservertools
basiclocalmcpservertools
Ein kleiner lokaler MCP-Server (stdio-Transport), der einige grundlegende Windows-Dienstprogramme für einen MCP-Client wie Claude Code bereitstellt.
Nur Windows. Die Tools führen
explorer.exe,notepad.exeundpowershell.exeaus.
Tools
Tool | Beschreibung |
| Öffnet den Windows-Explorer an einem Pfad (eine Datei wird in ihrem Ordner ausgewählt angezeigt). |
| Schreibt Text (aus |
| Hardware-Inventur (Betriebssystem, CPU, RAM, GPU, Mainboard, BIOS, Festplatten) über WMI/CIM. |
| Laufende Prozesse mit PID, CPU-Sekunden, Arbeitssatzspeicher und Thread-Anzahl. |
| Aktive Netzwerkverbindungen mit zugehörigem Prozess, inklusive Geolokalisierung für öffentliche Remote-IPs. |
| Gibt diesen Katalog zur Laufzeit zurück. |
Related MCP server: Knossos
Installation
git clone <this-repo>
cd basiclocalmcpservertools
npm installVerwendung mit Claude Code
Die enthaltene .mcp.json registriert den Server mit einem relativen Pfad
(./index.js), sodass er funktioniert, wenn Claude Code aus dem Projektverzeichnis heraus gestartet wird.
Um ihn von einem anderen Ort aus hinzuzufügen, registrieren Sie ihn mit einem absoluten Pfad zu index.js:
claude mcp add basiclocalmcpservertools -- node "C:\\path\\to\\basiclocalmcpservertools\\index.js"Jeder andere MCP-Client funktioniert auf die gleiche Weise: Führen Sie node index.js als stdio-Server aus.
Hinweis zum Datenschutz
list_connections sendet die öffentlichen Remote-IP-Adressen Ihrer aktiven
Verbindungen an den kostenlosen Drittanbieterdienst http://ip-api.com (per einfachem HTTP), um
Land/Region/Stadt/ISP aufzulösen. Private und Loopback-Adressen werden niemals gesendet.
Wenn Sie diese Abfrage nicht möchten, rufen Sie list_connections nicht auf.
Lizenz
Noch keine Lizenz.
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