Prismix — MCP directory with bundles, GitHub auto-discovery, and release tracking #771
Prismor
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
What would you like to share?
Prismix is an aggregator for the MCP ecosystem — combines three discovery paths in one directory:
1. Curated set (~80 servers) — hand-vetted official + popular community servers, organized by 9 categories (data, dev-tools, ai, web, communication, productivity, system, media, finance).
2. GitHub topic search (~500 servers) — auto-discovered via the
mcpandmodel-context-protocoltopics, deduped against the curated set, scored by stars + recency.3. Per-server release timeline — Atom feed of new releases across the index, plus per-server feeds for following specific projects.
Features worth highlighting:
How it's built:
Astro 5 SSR + Cloudflare Workers + KV + Preact islands. Hourly cron pipeline: GitHub stats refresh → topic-search discovery → per-server release walk. All KV access uses diff-or-skip patterns to stay within free-tier write quota.
Challenges I worked through:
mcpandmodel-context-protocoltopics with slightly different metadata. Resolved with canonicalowner/repokeying, stars as tiebreaker.Looking for feedback on:
/mcp/submit, or drop a name in the thread.Relevant Links
Beta Was this translation helpful? Give feedback.
All reactions