LPS MCP
OfficialClick 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., "@LPS MCPread the project structure in /home/user/projects and then use sequential thinking to analyze the main.py file"
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.
LPS MCP - Tool Server for Claude
General Description
LPS MCP is a minimally functional server designed to provide advanced tools for Claude, enabling secure file system access and sequential thinking capabilities. This server is part of the LPS infrastructure to enhance the capabilities of AI assistants in work environments.
Related MCP server: MCP Unified Server
Characteristics
Secure File System Access : Browsing and read-only file functions with security limits
Sequential Thinking Tool : Ability to break down complex problems into structured thinking steps
Customizable Settings : Control over which directories are accessible
Prerequisites
Python 3.10 or higher
UV (Python package manager) installed and in the system PATH
Claude Desktop (latest version)
Facility
Install UV (if not already installed):
# Para Windows (PowerShell): powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" # Para macOS/Linux: curl -LsSf https://astral.sh/uv/install.sh | shVerify that UV is in the PATH :
uv --versionClone or download this repository:
git clone https://github.com/lpsDevelopers/LPS-MCP cd mcp-lpsInstall dependencies :
uv pip install "mcp[cli]"
Configuration with Claude Desktop
Open Claude Desktop settings (Claude menu → Settings → Developer → Edit Settings)
Add the following configuration to your
claude_desktop_config.jsonfile:{ "mcpServers": { "lps-mcp": { "command": "uv", "args": [ "--directory", "path/to/LPS-MCP", "run", "server.py", "path/to/directory" ] } } }Important : Replace
path/to/LPS-MCPwith the absolute path to the directory whereserver.pyis stored. The last parameter is the directory to which access will be granted (you can add multiple directories by separating them with commas).Languages : To use tools with Spanish descriptions, select server_es.py
Restart Claude Desktop to load the new settings.
Available Tools
File System Tools
read_file: Reads the contents of a fileread_multiple_files: Read multiple files simultaneouslylist_directory: Displays files and directories in a locationdirectory_tree: Displays the directory structure in JSON formatsearch_files_tool: Search for files by nameget_file_info: Displays file metadatalist_allowed_directories: Lists allowed directories
Sequential Thinking Tool
sequentialthinking: Allows Claude to break down complex problems into structured thinking steps, with the ability to:Follow a logical sequence of thoughts
Review previous thoughts
Create branches to explore different approaches
Dynamically adjust the number of steps required
Use
Once set up, you can ask Claude to:
Read files from allowed locations:
"Can you read the file [path]?"
"Show me the contents of [path]"
Explore directories :
"What files are in [directory]?"
"Show me the file structure in [directory]"
Use sequential thinking :
"Analyze the following problem step by step: [problem]"
"Develop a plan for [task] using sequential thinking"
Combine tools :
Once Claude has learned about project structure by reading the information, you can ask him to use sequential thinking to try to deduce a solution to a complex code-related problem.
Security
This server implements strict security measures:
Restricted access to only explicitly allowed directories
Resolving symbolic links to prevent security bypasses
Validation of all requested routes
Read-only mode to prevent unauthorized modifications
Troubleshooting
The server is not showing up in Claude : Make sure UV is installed correctly and in the PATH, and that the paths in the configuration file are correct.
Access Denied Error : Please verify that you are trying to access directories within the allowed paths.
Claude cannot find the tools : Restart Claude Desktop after changing the settings.
LPS
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceAn MCP server that allows Claude AI to perform filesystem operations including reading, writing, listing, moving files, and searching directories within specified allowed paths.9392ISC
- Alicense-qualityFmaintenanceA modular server implementation for Claude AI assistants with integrated tools, enabling Claude to perform actions and access external resources like file systems, web searches, browser automation, financial data, and document generation.109MIT
- Alicense-qualityDmaintenanceA filesystem Model Context Protocol server that provides Claude Desktop with capabilities to read, write, and manipulate files on your system.11MIT
- AlicenseAqualityBmaintenanceAn MCP server that implements Claude Code-like functionality, allowing the AI to analyze codebases, modify files, execute commands, and manage projects through direct file system interactions.15304MIT
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Persistent context for Claude. Your AI always knows your projects and next actions across sessions.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/lpsDevelopers/LPS-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server