zetaphoenix888-byte/error-logger-mcp
If you are the rightful owner of error-logger-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Error Logger MCP Server is designed to log, search, and manage errors and operational rules for Claude Code.
Tools
Functions exposed to the LLM to take actions
log_error
Records an error and its solution.
search_errors
Searches past errors using keywords or tags.
get_recent_errors
Retrieves recent errors.
get_error_details
Gets details of a specific error.
delete_error
Deletes an error record.
list_all_errors
Lists all recorded errors.
export_errors
Exports all errors to a JSON file.
import_errors
Imports error data from a JSON file.
deduplicate_errors
Detects and merges duplicate errors.
get_statistics
Retrieves error statistics.
mark_error_helpful
Marks an error as helpful, increasing its priority.
mark_error_unhelpful
Marks an error as unhelpful, decreasing its priority.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client