73
/ 100
13 days ago
glama

Terminal MCP Server

Enables executing shell commands on the host system via an MCP tool, with JWT/OAuth authentication and audit logging for secure remote access.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: MCP_BEARER_TOKEN, MCP_JWT_PUBLIC_KEY, MCP_OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configMCP_COMMAND_TIMEOUT
configMCP_COMMAND_MAX_TIMEOUT
configMCP_MAX_OUTPUT_BYTES
configMCP_AUDIT_LOG/var/log/terminal-mcp/audit.log
configLOG_LEVEL
configMCP_AUTH_MODEmemory_oauth
🔐 secretMCP_BEARER_TOKENrandom token>
🔐 secretMCP_JWT_PUBLIC_KEY
configMCP_JWKS_URI
configMCP_JWT_ISSUER
configMCP_JWT_AUDIENCEto match the access token audience issued for that resource,
configMCP_JWT_ALGORITHM
configMCP_PUBLIC_BASE_URL
configMCP_RESOURCE_BASE_URLto the public origin, for example:
configMCP_OAUTH_CLIENT_IDterminal-mcp
configMCP_OAUTH_REDIRECT_URIS
🔐 secretMCP_OAUTH_CLIENT_SECRETrandom secret>
configMCP_OAUTH_ISSUERcontrols the authorization-server issuer advertised to MCP
configMCP_HOST
configMCP_PORT
configMCP_TRANSPORTstreamable-http
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 3 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/acosx-terminal-mcp-server-1hiet1)](https://m8ven.ai/mcp/acosx-terminal-mcp-server-1hiet1)
commit: 0bf359638e89afdce49beed7fe043576defcc53f
code hash: 63af7773e4fce65f606d774614dfee8b423b74f50613e2deb2815f83539c803c
verified: 6/24/2026, 10:28:55 AM
view raw JSON →