basiclocalmcpservertools
basiclocalmcpservertools
Небольшой локальный MCP-сервер (транспорт stdio), который предоставляет несколько базовых утилит Windows MCP-клиенту, такому как Claude Code.
Только Windows. Инструменты вызывают
explorer.exe,notepad.exeиpowershell.exe.
Инструменты
Инструмент | Описание |
| Открывает Windows File Explorer по указанному пути (файл отображается выбранным в своей папке). |
| Записывает текст (из |
| Сведения об оборудовании (ОС, CPU, RAM, GPU, материнская плата, BIOS, диски) через WMI/CIM. |
| Запущенные процессы с 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-клиент работает аналогично: запустите node index.js как stdio-сервер.
Примечание о конфиденциальности
list_connections отправляет публичные удаленные IP-адреса ваших активных подключений бесплатному стороннему сервису http://ip-api.com (обычный HTTP) для определения страны/региона/города/провайдера. Частные и loopback-адреса никогда не отправляются. Если вам не нужен такой поиск, не вызывайте 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