devcrumb MCP Server
ellemsoft/devcrumb
Are you the maintainer of ellemsoft/devcrumb? Claim this listing →
MCP server giving AI coding tools access to a shared knowledge base of real-world fixes and gotchas
Add AgentRank to Claude Code Discover and compare tools like ellemsoft/devcrumb — your AI finds the right one automatically
Get API Access → claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
ellemsoft/devcrumb is a TypeScript MCP server licensed under MIT. MCP server giving AI coding tools access to a shared knowledge base of real-world fixes and gotchas
Ranked #48 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
TypeScript MIT
Score Breakdown
Stars 15% 1
1 stars → early stage
Freshness 25% today
Last commit today → actively maintained
Issue Health 25% 50%
No issues filed → no history to score
Contributors 10% 1
1 contributor → solo project
Dependents 25% 0
No dependents → no downstream usage
npm Downloads N/A
PyPI Downloads N/A
Forks 0
Description Good
License MIT
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Description low impact
Contributors medium impact
Dependents medium impact
Matched Queries
From the README
# 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.
**[devcrumb.dev](https://devcrumb.dev)**
## Setup
```json
{
"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.
## 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 th Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.