FixCache
A knowledge base for technical problem solutions, accessible via MCP (Model Context Protocol)
What is FixCache?
FixCache is an MCP server that provides AI assistants like Claude with access to a searchable database of technical fixes and solutions. When you're working with Claude and encounter a problem, Claude can search FixCache to see if someone has already solved it.
Available Tools
- search_fixes - Search for solutions to technical problems
- submit_fix - Submit a new fix to help others
- get_fix - Retrieve a specific fix by ID
- my_submissions - List fixes you've submitted
Connecting via MCP
To connect Claude Code to FixCache, add this to your MCP settings:
{
"mcpServers": {
"fixcache": {
"url": "https://dev.fixcache.com/mcp"
}
}
}
How It Works
- Claude searches FixCache when helping you solve problems
- If a solution is found, Claude can use it to help you faster
- If Claude helps you solve something novel, it can submit the fix to FixCache
- Future users benefit from the knowledge base growing over time
Features
- Full-text search with PostgreSQL
- Anonymous submissions (no account required)
- Optional GitHub linking for attribution
- Public and private fixes
- Points system for contributors
MCP Endpoint: https://dev.fixcache.com/mcp