wellworn
OfficialEvaluates Clerk as an authentication provider, noting when it is the best choice compared to alternatives and surfacing relevant traps.
Surfaces known breakages and fixes for Drizzle ORM, including adapter-specific traps such as requiring explicit schema configuration.
Provides stack recommendations, alternatives, and known traps for Next.js applications, such as choosing an auth solution for a solo developer.
Click on "Install 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., "@wellwornRecommend an auth library for a Next.js app on the free tier"
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.
Wellworn tells your agent which stack, library, skill, or design system to use, what breaks at the version in your lockfile, and who verified it, in under 800 tokens. It works without an account or key.
Without Wellworn
Your agent picks from training data. It reaches for the library it saw most in 2024, a version that no longer exists, or a package that was deprecated last spring. Sonatype measured 27.76% of AI dependency upgrade suggestions pointing to non-existent, deprecated, or unsafe versions.
Related MCP server: voyager
With Wellworn
Before it adds a dependency or lays out a screen, the agent calls recommend, compare, alternatives, traps, design, or docs and gets a verdict:
VERDICT auth for a Next.js app, solo dev, free tier
PICK Better Auth 1.7: own your users table; org and api-key plugins; no per-MAU bill
ALT Clerk: hosted UI and SSO in a week; wins when you accept per-MAU pricing
AVOID NextAuth: v5 migration stalled since 2025; session callback traps
TRAPS (2)
[a1f4c0d2] major: role changes wait for the 5 min cookie cache
[c9e3b7a1] minor: Drizzle adapter needs the schema passed explicitly
SKILL npx skills add WellWorn-dev/wellworn/skills/better-auth-nextjs
VERIFIED 2026-09-05 by youcef · recheck 2026-12-04 · sources 3
remaining: 59Every verdict names a reviewer, a date, the version tested, and an expiry. A nightly job re-reads the registries; when a major version moves, the verdict is served with a [RECHECK] flag instead of going stale.
Works with
Any client that speaks Streamable HTTP takes the same URL: https://mcp.wellworn.dev/mcp. No key: 60 calls a day per IP. Free key: 2,000 a month per organization, sent as Authorization: Bearer ww_.... Clients that only speak stdio bridge with npx mcp-remote https://mcp.wellworn.dev/mcp.
Client | Setup | Guide | |
Claude Code |
| ||
Cursor |
| ||
VS Code (Copilot) |
| ||
Windsurf |
| ||
Codex CLI |
| ||
Gemini CLI |
| ||
Cline |
| ||
Zed |
| ||
opencode |
|
Claude Code plugin
The plugin adds the server, a skill that tells Claude when to ask it, and a hook that prints known traps whenever a dependency manifest is about to change. The hook is advisory; it never blocks an edit and never sends file contents.
claude plugin marketplace add WellWorn-dev/wellworn
claude plugin install wellwornCursor
{ "mcpServers": { "wellworn": { "url": "https://mcp.wellworn.dev/mcp" } } }Gemini CLI
{ "mcpServers": { "wellworn": { "httpUrl": "https://mcp.wellworn.dev/mcp" } } }Tools
Tool | Returns |
| pick, alternative and when it wins, avoid, traps, skill, provenance |
| the same block for 2 to 4 named options |
| open-source or self-hosted alternatives to a SaaS or library |
| known breakages for a library at a version; pass |
| the SKILL.md procedure or its install command |
| design system, tokens, layout rules, anti-patterns for a screen |
| official docs URL, llms.txt, latest version |
| report a breakage and its fix to a reviewer (needs a free key) |
Plain text without MCP: curl "https://mcp.wellworn.dev/api/traps?library=better-auth&version=1.7.3".
What is in this repository
Path | What | License |
| the MCP server (TypeScript, | MIT |
| schema and queries, the compact renderer with its size contract, the Redis limiter | MIT |
| the Claude Code plugin (MCP config, skill, PreToolUse hook) | MIT |
| installable skills in the Agent Skills format: | MIT |
| the verdict format, JSON Schema | CC0 |
| the public corpus, one YAML per verdict, mirrored from the review database | CC BY-SA 4.0 |
| manifest for the MCP registry |
The web platform, the review tooling, and the signal pipeline that keeps verdicts fresh run at https://wellworn.dev and are not part of this repository.
Running the server yourself
pnpm install
cp packages/mcp/.env.example packages/mcp/.env # DATABASE_URL, REDIS_URL
DATABASE_URL=... pnpm --filter @wellworn/db migrate
pnpm --filter @wellworn/mcp devTests: pnpm test (Postgres and Redis required).
Contributing
Contributions are welcome: verdicts, traps, skills, client setup pages, and server fixes. Start with an issue template (verdict, trap, bug) or a pull request; see CONTRIBUTING.md and CODE_OF_CONDUCT.md. Traps are fastest through submit_trap; verdicts and corrections arrive as pull requests against verdicts/ and go through a human reviewer.
License
MIT for the code. Corpus CC BY-SA 4.0. Spec CC0.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search GitHub, npm, PyPI, StackOverflow, ArXiv from one MCP — built for coding agents.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Search, vet & assemble MCP servers from your agent: verified tools, risk labels, and trust scores.
Package intelligence MCP for AI agents — 22 tools, 19 ecosystems, AGPL SDK, free.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEmpower any MCP-compatible AI Agent(MCP Client) with engineering-grade capabilities to understand, modify, run, and deliver real-world code repositories.993Apache 2.0
- AlicenseNot gradedqualityBmaintenanceAn MCP server that enables coding agents to safely verify npm/PyPI packages, retrieve cited briefs, discover GitHub repos, and fetch canonical docs, with fail-closed OSV vulnerability checks and injection-hardened output.205MIT
- AlicenseNot gradedqualityBmaintenanceMCP server that provides coding agents with structured repository context, including graph-based navigation, dependency analysis, runtime flow tracing, and configuration surface across supported stacks.55MIT
- AlicenseNot gradedqualityCmaintenanceProvides coding agents with governed semantic memory and code-graph context via MCP, enabling code-linked recall, blast-radius impact analysis, and lifecycle-aware memory management.3Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/WellWorn-dev/wellworn'
If you have feedback or need assistance with the MCP directory API, please join our Discord server