Name | sys-mcp JSON |
Version |
0.2.2
JSON |
| download |
home_page | None |
Summary | A lightweight MCP server exposing basic system commands for UNIX-like environments. |
upload_time | 2025-10-19 01:25:47 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.12 |
license | None |
keywords |
automation
claude
cli
mcp
server
system
unix
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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](https://docs.astral.sh/uv/) for dependency management
* UNIX-like system (macOS, Linux, BSD)
## Usage
```bash
uv run python -m src
```
Or add it to your MCP config:
```json
{
"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](https://modelcontextprotocol.io/docs/develop/build-server#testing-your-server-with-claude-for-desktop).
Raw data
{
"_id": null,
"home_page": null,
"name": "sys-mcp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.12",
"maintainer_email": "Antriksh Misri <antrikshmisri@gmail.com>",
"keywords": "automation, claude, cli, mcp, server, system, unix",
"author": null,
"author_email": "Antriksh Misri <antrikshmisri@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/e3/e8/d9a0f81034a8e7efed77e557d4e4a6b6fca934f2198c8617600fedab73cd/sys_mcp-0.2.2.tar.gz",
"platform": null,
"description": "# sys-mcp\n\nA small MCP server that exposes basic system commands for UNIX-like environments. Works with Claude Desktop or any MCP-compatible client.\n\n## Requirements\n\n* Python 3.11 or newer\n* [uv](https://docs.astral.sh/uv/) for dependency management\n* UNIX-like system (macOS, Linux, BSD)\n\n## Usage\n\n```bash\nuv run python -m src\n```\n\nOr add it to your MCP config:\n\n```json\n{\n \"mcpServers\": {\n \"sys-mcp\": {\n \"command\": \"uv\",\n \"args\": [\n \"--directory\",\n \"/ABSOLUTE/PATH/TO/sys-mcp\",\n \"run\",\n \"python\",\n \"-m\",\n \"src\"\n ]\n }\n }\n}\n```\n\n## Notes\n\n* Runs over stdio, no network required\n* Logs to stdout\n* Blocks unsafe commands by default\n\nYou can test it with Claude Desktop by following [these steps](https://modelcontextprotocol.io/docs/develop/build-server#testing-your-server-with-claude-for-desktop).\n",
"bugtrack_url": null,
"license": null,
"summary": "A lightweight MCP server exposing basic system commands for UNIX-like environments.",
"version": "0.2.2",
"project_urls": null,
"split_keywords": [
"automation",
" claude",
" cli",
" mcp",
" server",
" system",
" unix"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "df25cf020120ee912c88a550b29982f966205e72df744ae434a6b23f62b770d5",
"md5": "acf99151bc7830bbf1aad44e0bac567a",
"sha256": "5a932ad89ba920adcd0cf86cb0a97068a9f88c0fe6e8da70b2e1fa626ef199f3"
},
"downloads": -1,
"filename": "sys_mcp-0.2.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "acf99151bc7830bbf1aad44e0bac567a",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.12",
"size": 4992,
"upload_time": "2025-10-19T01:25:46",
"upload_time_iso_8601": "2025-10-19T01:25:46.463588Z",
"url": "https://files.pythonhosted.org/packages/df/25/cf020120ee912c88a550b29982f966205e72df744ae434a6b23f62b770d5/sys_mcp-0.2.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e3e8d9a0f81034a8e7efed77e557d4e4a6b6fca934f2198c8617600fedab73cd",
"md5": "08a5c83a02fa9a2e2beea0ba360cc943",
"sha256": "c24db57ddb9a793a735d5d4a4babd4feea977a65a761430a5ce93b2371faeebe"
},
"downloads": -1,
"filename": "sys_mcp-0.2.2.tar.gz",
"has_sig": false,
"md5_digest": "08a5c83a02fa9a2e2beea0ba360cc943",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.12",
"size": 141063,
"upload_time": "2025-10-19T01:25:47",
"upload_time_iso_8601": "2025-10-19T01:25:47.916184Z",
"url": "https://files.pythonhosted.org/packages/e3/e8/d9a0f81034a8e7efed77e557d4e4a6b6fca934f2198c8617600fedab73cd/sys_mcp-0.2.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-10-19 01:25:47",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "sys-mcp"
}