What is the Paths-LE MCP server?
Extract file and directory paths from config files and code, with their kind and position.
How to install Paths-LE
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"paths-le": {
"command": "npx",
"args": [
"-y",
"paths-le-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"paths-le": {
"command": "npx",
"args": [
"-y",
"paths-le-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"paths-le": {
"command": "npx",
"args": [
"-y",
"paths-le-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"paths-le": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"paths-le-mcp"
]
}
}
}Claude Code
claude mcp add paths-le -- npx -y paths-le-mcpRelated MCP servers
Colors-LE
Active
Extract colors from stylesheets and code, with their notation and position.
2
View repository →TypeScript
MIT
Regex-LE
Active
Extract regular expressions from code, each with a ReDoS safety verdict.
2
View repository →Rust
MIT
Dates-LE
Active
Extract dates and timestamps from logs, data files and code, with their format and position.
1
View repository →TypeScript
MIT
EnvSync-LE
Active
Compare dotenv files and report which keys are missing or extra, by name only.
1
View repository →TypeScript
MIT
Numbers-LE
Active
Extract numeric values from config files, data files and plain text.
1
View repository →TypeScript
MIT
Scrape-LE
Active
Analyse robots.txt content and report whether a path may be crawled.
1
View repository →Rust
MIT