-
securityF
license-
qualityAn MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.
Last updated -
5
1
JavaScript
LPS MCP는 클로드를 위한 고급 도구를 제공하는 최소한의 기능만 갖춘 서버로, 안전한 파일 시스템 액세스와 순차적 사고 기능을 제공합니다. 이 서버는 업무 환경에서 AI 보조원의 역량을 강화하기 위한 LPS 인프라의 일부입니다.
claude_desktop_config.json
파일에 다음 구성을 추가하세요.path/to/LPS-MCP``server.py
저장된 디렉토리의 절대 경로로 바꾸세요. 마지막 매개변수는 액세스가 허용될 디렉토리입니다(쉼표로 구분하여 여러 디렉토리를 추가할 수 있습니다).언어 : 스페인어 설명이 있는 도구를 사용하려면 server_es.py를 선택하세요.read_file
: 파일의 내용을 읽습니다.read_multiple_files
: 여러 파일을 동시에 읽습니다.list_directory
: 해당 위치의 파일과 디렉토리를 표시합니다.directory_tree
: JSON 형식으로 디렉토리 구조를 표시합니다.search_files_tool
: 이름으로 파일 검색get_file_info
: 파일 메타데이터를 표시합니다.list_allowed_directories
: 허용되는 디렉토리를 나열합니다.sequentialthinking
: 클로드는 복잡한 문제를 구조화된 사고 단계로 분해하여 다음과 같은 능력을 갖출 수 있습니다.설정이 완료되면 Claude에게 다음 작업을 요청할 수 있습니다.
이 서버는 엄격한 보안 조치를 시행하고 있습니다.
LPS
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
Claude AI에 안전한 파일 시스템 접근과 순차적 사고 능력을 제공하는 최소 서버로, Claude가 디렉토리를 탐색하고, 파일을 읽고, 복잡한 문제를 구조화된 사고 단계로 분해할 수 있도록 해줍니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lpsDevelopers/LPS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server