OS Agent MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@OS Agent MCP ServerFind all Python files in my project and open a terminal in that directory."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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.ps1Limit the server to the current project directory:
$env:MCP_ALLOWED_ROOTS = (Get-Location).PathThen start the server:
os-agent-mcpThe 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 pytestThe 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.
This server cannot be installed
Maintenance
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
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Provides capabilities that let LLM agents perform a range of infrastructure management tasks.
Securely search and manage workspace context files for AI agents and teams.
Your org's AI agents, tasks, runs, search, and brain files as MCP tools and resources.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceEnables secure local filesystem operations and interactive terminal sessions for AI assistants. Provides 12 tools for file management, directory operations, code searching, and running interactive REPLs with security protections.26MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to safely explore directories, read files, search content by pattern or filename, and edit files with checksum verification and dry-run preview within sandboxed filesystem access.1275ISC
- AlicenseBqualityBmaintenanceProvides coding agent capabilities including file operations, terminal commands, search functionality, and utility operations.27135MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to safely interact with the file system through a set of tools for reading, writing, deleting, copying, moving files, and managing directories.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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