Skip to main content
Glama

basiclocalmcpservertools

로컬에서 실행되는 소형 MCP 서버(stdio 전송)로, Claude Code 같은 MCP 클라이언트에 몇 가지 기본 Windows 유틸리티를 노출합니다.

Windows 전용입니다. 도구들은 explorer.exe, notepad.exe, powershell.exe를 셸로 호출합니다.

도구

도구

설명

open_explorer

Windows 파일 탐색기를 특정 경로에서 엽니다(파일이 해당 폴더에서 선택된 상태로 표시됨).

open_notepad

message 및/또는 sourceFile의 텍스트를 파일에 작성하고 Notepad에서 엽니다.

get_system_info

WMI/CIM을 통한 하드웨어 인벤토리(OS, CPU, RAM, 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 클라이언트도 같은 방식으로 작동합니다. node index.js를 stdio 서버로 실행하세요.

개인정보 보호 참고사항

list_connections는 국가/지역/도시/ISP를 확인하기 위해 활성 연결의 공용 원격 IP 주소를 무료 타사 서비스인 http://ip-api.com(일반 HTTP)로 전송합니다. 사설 및 루프백 주소는 절대 전송되지 않습니다. 해당 조회를 원하지 않으면 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