terminal-mcp-server
1
This project is an implementation of a Model Context Protocol server that allows execution of terminal commands via a server interface. It emphasizes secure configuration, allowing the specification of directories through which Claude can operate.
Terminal MCP Server Overview
- This project is a Model Context Protocol (MCP) server for executing terminal commands.
- Setup Instructions: Requires Node.js and npm. Clone the repository, install dependencies, build the project, and configure Claude to use the terminal MCP server.
- Configuration: Modify Claude's configuration to link with the server and specify accessible directories.
- Usage: Enables Claude to run terminal commands within the specified directories.
- Security Considerations: Caution is advised regarding the directories exposed to Claude, and a dedicated user with limited permissions is recommended.