Add your description here
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
sys_mcp-0.2.0.tar.gz
(140.5 kB
view details)
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.0.tar.gz.
File metadata
- Download URL: sys_mcp-0.2.0.tar.gz
- Upload date:
- Size: 140.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
916b5c775d05633e0b028fead95cd8cef9ae9b3d003612dd7bb9765871e98897
|
|
| MD5 |
323a9311f080d328210e4bbaea9943c0
|
|
| BLAKE2b-256 |
82ff30a8bd407fd6c58b1bf7b71d844001772ca3c641658909f049446e0097c9
|
File details
Details for the file sys_mcp-0.2.0-py3-none-any.whl.
File metadata
- Download URL: sys_mcp-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d5f9f6d8907822041cd9a5b811591ec6a91d5e654e55182ab3525f273f4a81d3
|
|
| MD5 |
bc809136c898c0f063498dd90599e453
|
|
| BLAKE2b-256 |
5f9d22c3bc4b46500f06ef89a700fd21a0c73cdc17b8cbac5776af0a22510a76
|