@joshuarileydev/terminal-mcp-server
v0.0.2
Published
MCP server for running commands in the terminal
Downloads
96
Readme
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"
]
}
}
}