System Paths

Standalone MCP Web Development Server

Comprehensive server management and monitoring interface

Server Online

v2.1.1

Last check: 2026-03-23 02:54:18

Available MCP Tools

List of tools available through this MCP server

get_server_info
System
Get comprehensive server information and status
detailed boolean
list_files
File System
List files and directories in a specified path
path string recursive boolean
read_file
File System
Read the contents of a file
file_path string
write_file
File System
Write content to a file (creates new or overwrites existing)
file_path string content string
edit_file
File System
Make precise edits to file content using string replacement
file_path string text_to_find string text_to_replace_with string
multi_edit
File System
Apply multiple string replacements to a file efficiently
file_path string edits array
search_files
Search
Search for text patterns in files using regular expressions
pattern string path string glob string multiline boolean
glob
Search
Find files by matching glob patterns
pattern string
bash
System
Execute bash commands with safety limits and output capture
command string timeout integer