Skip to main content
Glama
dha-aa

Terminal MCP Server

by dha-aa

Terminal MCP Server

Gives Claude Desktop (or any MCP client) the ability to run shell commands, read/write files, and list directories on your machine.

šŸ“– Documentation: See docs/README.md for full documentation, installation, and usage.

Quick Start

# Install
./scripts/install.sh

# Remove later
./scripts/uninstall.sh

Related MCP server: Local Dev Bridge MCP

Project Structure

terminal-mcp/
ā”œā”€ā”€ server.py               # the MCP server (stays at root)
ā”œā”€ā”€ scripts/
│   ā”œā”€ā”€ install.sh          # installation script
│   └── uninstall.sh        # uninstallation script
ā”œā”€ā”€ docs/
│   ā”œā”€ā”€ README.md           # full documentation
│   ā”œā”€ā”€ SECURITY.md         # security considerations
│   └── 00_change.md        # AI-assisted change log
ā”œā”€ā”€ tests/
│   └── test_server.py      # pytest suite
ā”œā”€ā”€ pyproject.toml          # dependencies and configuration
ā”œā”€ā”€ LICENSE                 # MIT
└── .gitignore

āš ļø Security Note

This connects Claude to a real terminal on your computer. Claude will be able to run whatever commands it decides to run, within the safety limits below. Only install this if you're comfortable with that level of access.

See docs/SECURITY.md for the full threat model and guardrail limitations.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • OCR, transcription, file extraction, and image generation for AI agents via MCP.

  • MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent

  • User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.

View all MCP Connectors

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/dha-aa/terminal-mcp'

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