@joshuarileydev/terminal-mcp-server

0.0.2 • Public • Published

Terminal MCP Server

A Model Context Protocol (MCP) server that provides programmatic control over the terminal. This server implements the MCP specification to expose terminal functionality through a standardized interface.

Features

  • Execute shell commands

Installation

Add the following to your Claude Config JSON file

{
  "mcpServers": {
    "terminal": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/terminal-mcp-server"
      ]
    }
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i @joshuarileydev/terminal-mcp-server

Weekly Downloads

8

Version

0.0.2

License

MIT

Unpacked Size

3.85 kB

Total Files

4

Last publish

Collaborators

  • joshuarileydev