Loading subscription status...
{
"mcpServers": [
{
"greenhouse-mcp": {
"env": {
"GREENHOUSE_API_KEY": "your_api_key"
},
"args": [
"-p",
"3001:3001",
"-e",
"GREENHOUSE_API_KEY=your_api_key",
"ghcr.io/your-username/mcp-greenhouse:latest"
],
"command": "docker run"
}
}
]
}