devops-infra MCP Server
🔧 Simplify MCP server setup by unifying configs to deploy easily across multiple AI CLI tools with one central config file.
Discovered via github-topic:model-context-protocol and last synced 3mo ago.
1. Install the package
npx mcpx-cli
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcpx-cli": {
"command": "npx",
"args": [
"mcpx-cli"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)