devops-infra MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to efficiently filter and analyze Cloud Platform logs by specific prefixes and patterns.
Discovered via unknown and last synced 3mo ago.
1. Install the package
npx -y mcp-server-logs-sieve@latest --provider gcp
2. Add to claude_desktop_config.json
{
"mcpServers": {
"mcp-server-logs-sieve": {
"command": "npx",
"args": [
"mcp-server-logs-sieve"
]
}
}
}Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)