devcrumb
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@devcrumbCheck for gotchas before using NextAuth with Supabase"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
devcrumb
Stop debugging errors that other developers already solved.
devcrumb is an MCP server that gives your AI coding tools access to a shared knowledge base of real-world fixes and gotchas, verified by usage. Fully automatic — no extra steps.
Setup
{
"mcpServers": {
"devcrumb": {
"url": "https://mcp.devcrumb.dev/mcp",
"type": "http"
}
}
}Works in Claude Code, Cursor, Windsurf, and any MCP client. First connection opens GitHub login — automatic after that.
Related MCP server: Hivemind MCP
How it works
Once installed, devcrumb is available to your AI coding tool via MCP. Compatible tools call it in the background.
Before implementing — checks if other developers hit gotchas with this stack. Warns you if relevant, stays silent if not.
When an error occurs — searches for verified fixes. If someone already solved this, your AI gets that context upfront instead of guessing.
After fixing something — contributes the fix back. Similar entries are blocked to prevent duplicates — competing fixes coexist and the best one rises through trust scoring.
Ongoing — confirms entries that helped, flags wrong ones. Trust scores rise and fall based on real usage. No human moderation needed.
Self-hosting
devcrumb is open source (MIT). You can run your own instance:
Set up Postgres + pgvector + PostgREST on any server
Run
sql/schema.sqlto create the schemaDeploy the Worker to your Cloudflare account
Set secrets:
POSTGREST_URL,POSTGREST_API_KEY,GITHUB_CLIENT_ID,GITHUB_CLIENT_SECRET,COOKIE_ENCRYPTION_KEY,GEMINI_API_KEY,SCREENING_MODEL(e.g.gemini-2.5-flash-lite)Create a GitHub OAuth App pointing to your Worker URL
Create a KV namespace and update the ID in
wrangler.jsonc
Contributing
src/
├── index.ts # Worker entry + MCP server + OAuth + cron
├── app.ts # GitHub OAuth routes + health endpoint
├── tools/
│ ├── find.ts # find_crumb
│ └── contribute.ts # drop_crumb + confirm_crumb
└── lib/
├── embed.ts # Cloudflare Workers AI embeddings
├── screen.ts # Content screening via Gemini
├── rate-limit.ts # In-memory per-session rate limiting
└── db.ts # PostgREST clientLicence
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Shared memory for coding agents. Stop re-explaining your codebase every session.
Shared memory for AI coding agents. Save once, reuse from Cursor, Claude Code, Codex.
One searchable history across every AI coding tool, with secret scanning and a shared task board.
The bug mediator for AI-built apps: plain-English diagnosis + a ready fix, in your editor.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides instant access to a searchable knowledge base of 16,000+ community-driven troubleshooting solutions for common coding problems. Includes community feedback and smart ranking to help AI assistants find the most effective solutions.-
- AlicenseAqualityDmaintenanceProvides access to a community knowledge base of 16k+ debugging solutions and 223+ reusable skills, plus auto-scanned project-specific knowledge bases that learn and store solutions as you work.1466 npmMIT
- AlicenseNot gradedqualityDmaintenanceProvides AI-powered development tools including code generation, refactoring, debugging, performance optimization, and test generation, along with smart prompts for code analysis and documentation, and a built-in knowledge base of coding best practices.MIT
- AlicenseAqualityBmaintenanceProvides persistent memory and a codebase knowledge graph for AI coding assistants, enabling shared context across multiple tools like Claude, Cursor, and ChatGPT, with significant token reduction.54 npmMIT