- npxで起動時に環境変数が渡せなくて困っていた。sh経由で起動したら動いた
{
"mcpServers": {
"command-executor": {
"command": "/bin/sh",
"args": [
"-c",
"ALLOWED_COMMANDS=\"git,ls,mkdir,cd,npm,npx,python,cat\" npx github:Sunwood-ai-labs/command-executor-mcp-server"
]
}
}
}