-OS-Agent-MCP-Server

ikhlas-sayyed/-OS-Agent-MCP-Server
★ 0 stars Python File System Updated today
server that gives an LLM agent a small set of OS-level tools: - Search files and list directory contents. - Read and write UTF-8 text files. - Move and delete files or directories. - List likely terminal processes. - Launch a new terminal in a chosen folder.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "-os-agent-mcp-server": {
      "command": "uvx",
      "args": [
        "-os-agent-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install -os-agent-mcp-server