Skip to main content
Glama
ikhlas-sayyed

OS Agent MCP Server

OS Agent MCP Server

Small local MCP server for OS tasks. It gives an agent tools for finding files, reading and writing text, moving and deleting paths, checking terminal processes, and opening a terminal in a directory.

The tools return ordinary paths and short results, so an agent can use one result as the input for the next call. For example, it can find a project and open a terminal in that project directory.

Requirements

  • Python 3.10 or newer

  • The dependencies installed in the existing .venv

Related MCP server: Files MCP Server

Run it

From the project directory, activate the virtual environment:

.\.venv\Scripts\Activate.ps1

Limit the server to the current project directory:

$env:MCP_ALLOWED_ROOTS = (Get-Location).Path

Then start the server:

os-agent-mcp

The server uses stdio, so it waits for an MCP client and does not print a normal command prompt message. It is configured for VS Code in .vscode/mcp.json.

To install or repair the project dependencies in the existing environment:

python -m pip install -e ".[dev]"

Development

python -m pytest

The tests cover the file search, file writing, and path permission behavior.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityStale
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ikhlas-sayyed/-OS-Agent-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server