devops-infra MCP Server
Open-source CLI and MCP for Deloc — deploy static apps from your terminal or AI coding agent
Discovered via github-topic:mcp-server and last synced 3mo ago.
1. Install the package
npx -y @deloc/mcp@latest
2. Add to claude_desktop_config.json
{
"mcpServers": {
"deloc": {
"command": "npx",
"args": [
"deloc"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)