stats-etc/mcp-system-server
3.1
If you are the rightful owner of mcp-system-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
A Model Context Protocol (MCP) server in Rust providing system operations for Zed editor integration.
Tools
9
Resources
0
Prompts
0
MCP System Server
A Model Context Protocol (MCP) server in Rust providing system operations for Zed editor integration.
Quick Start
-
Build and run:
./run.sh -
Configure Zed: Copy content from
zed-config.jsonto your Zed settings file:- macOS:
~/Library/Application Support/Zed/settings.json - Linux:
~/.config/zed/settings.json
- macOS:
-
Restart Zed and test with: "List files in the shared directory"
Available Tools
list_directory- List files and directoriesread_file/write_file- File operationscreate_directory/delete_path- Directory operationsget_file_info- File metadataexecute_command- Run shell commandsget_environment_variables- Environment infoget_current_directory- Current path
Server Management
docker-compose up -d # Start server
docker-compose logs -f # View logs
docker-compose down # Stop server
Structure
src/- Rust source codeshared/- Shared directory for file operationsDockerfile- Container definitiondocker-compose.yml- Docker configurationzed-config.json- Zed editor setuprun.sh- Quick setup script
The server runs in a secure Docker container with limited file system access.