Back to directory
earthlingai/command

earthlingai/command

@EarthlingAI

MCP server to allow AI agents to execute commands in a specified directory

commandexecutionshellterminalautomationmcpdirectory

Installation & Configuration

{
  "mcpServers": {
    "command": {
      "command": "/path/to/command/start-server.sh",
      "args": [
        "/path/to/allowed/directory1",
        "/path/to/allowed/directory2",
        "/path/to/allowed/directory3"
      ]
    }
  }
}

Information

Transport
stdio
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17