Logging Staticwagomu Dotfiles
MCP Serverby majiayu000 · Added 5mo ago
Claude
76
Install
git clone https://github.com/majiayu000/claude-skill-registryAdd to Claude
claude mcp add logging-staticwagomu-dotfilesQuick Setup Config
Copy & paste ready~/Library/Application Support/Claude/claude_desktop_config.json (macOS) %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"logging-staticwagomu-dotfiles": {
"command": "npx",
"args": [
"@modelcontextprotocol/logging-staticwagomu-dotfiles"
]
}
}
}Paste into your Claude Desktop config file, then restart Claude.
About
Guide logging practices based on Dave Cheney's minimalist philosophy. Use when adding log.Info/Debug/Error/Warn/Fatal calls, reviewing logging code, handling errors with log+return pattern, discussing log levels, or designing error handling strategies.
Tags
developmentgodebuggingsecurityskill