foscomputerservices/hindsight-mcp
If you are the rightful owner of hindsight-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.
Hindsight MCP Server is a Model Context Protocol server designed to maintain a comprehensive knowledge base of development learnings, common errors, coding patterns, and best practices.
Tools
Functions exposed to the LLM to take actions
query_knowledge
Search across all knowledge types with FTS.
search_errors
Find errors by pattern or technology.
get_swift_patterns
Retrieve Swift patterns with version filtering.
list_technologies
List technologies with entry counts.
list_tags
List tags with usage counts.
get_statistics
Dashboard-style analytics.
add_lesson
Add a new lesson (pattern, practice, gotcha, decision).
add_common_error
Record an error with solution.
add_swift_pattern
Add Swift pattern with code example.
add_session_context
Link a development session.
update_lesson
Update existing lesson.
increment_error_count
Track error occurrence.
export_knowledge
Export as JSON with filtering.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client