A lightweight MCP server exposing basic system commands for UNIX-like environments.
Project description
sys-mcp
A small MCP server that exposes basic system commands for UNIX-like environments. Works with Claude Desktop or any MCP-compatible client.
Requirements
- Python 3.11 or newer
- uv for dependency management
- UNIX-like system (macOS, Linux, BSD)
Usage
uv run python -m src
Or add it to your MCP config:
{
"mcpServers": {
"sys-mcp": {
"command": "uv",
"args": [
"--directory",
"/ABSOLUTE/PATH/TO/sys-mcp",
"run",
"python",
"-m",
"src"
]
}
}
}
Notes
- Runs over stdio, no network required
- Logs to stdout
- Blocks unsafe commands by default
You can test it with Claude Desktop by following these steps.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sys_mcp-0.2.2.tar.gz.
File metadata
- Download URL: sys_mcp-0.2.2.tar.gz
- Upload date:
- Size: 141.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c24db57ddb9a793a735d5d4a4babd4feea977a65a761430a5ce93b2371faeebe
|
|
| MD5 |
08a5c83a02fa9a2e2beea0ba360cc943
|
|
| BLAKE2b-256 |
e3e8d9a0f81034a8e7efed77e557d4e4a6b6fca934f2198c8617600fedab73cd
|
File details
Details for the file sys_mcp-0.2.2-py3-none-any.whl.
File metadata
- Download URL: sys_mcp-0.2.2-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a932ad89ba920adcd0cf86cb0a97068a9f88c0fe6e8da70b2e1fa626ef199f3
|
|
| MD5 |
acf99151bc7830bbf1aad44e0bac567a
|
|
| BLAKE2b-256 |
df25cf020120ee912c88a550b29982f966205e72df744ae434a6b23f62b770d5
|