Local Command
bykentaro
0Executes commands and returns structured outputs via an MCP server.
Acerca de
Local Command is a TypeScript-based server designed to execute commands and provide structured output. It's designed to be integrated with tools like Claude Desktop, allowing it to extend functionality by executing external commands and processing their results in a structured way. The server features a single tool, `execute_command`, which takes a command as input and returns the resulting output, facilitating automation and integration with external systems.
Características Principales
- Integrates with Claude Desktop
- Executes arbitrary commands
- Returns structured command output
- 0 GitHub stars
Casos de Uso
- Extending Claude Desktop functionality with custom commands
- Automating tasks by executing shell commands
- Integrating external tools with an MCP-compatible environment