Public MCP registry for the Atlarix MCP marketplace. This repo does not ship server code; it publishes a single JSON index Atlarix fetches over HTTPS.
Atlarix loads this raw file (schema: McpRegistryIndex — version + mcps array, each entry uses installUrl, not installCommand):
https://raw.githubusercontent.com/AmariahAK/atlarix-mcps/main/index.json
You can mirror that file or point the app at a custom URL in settings.
| Path | Purpose |
|---|---|
index.json |
Generated merged registry (do not edit by hand) |
registry.overrides.json |
Curated deep-merges and extra entries — edit via PR |
scripts/sync.mjs |
Node 20+ sync: GitHub API + awesome README + overrides |
Optional keys on entries (verified, needsReview) are ignored by Atlarix today but are kept for tooling and review; see CONTRIBUTING.md.
- modelcontextprotocol/servers and modelcontextprotocol/servers-archived — npm packages under
src/<dir>/package.json(sameidas directory name; main repo wins when both define a folder) - punkpeye/awesome-mcp-servers — README bullets with a GitHub link and a
`npx …`hint - microsoft/mcp — skipped in automation (NuGet / non-
npxtemplates)
GitHub Actions (.github/workflows/sync.yml) runs on a weekly schedule (Monday 00:00 UTC), workflow_dispatch, and pushes to main. It regenerates index.json and commits only when the file changes (chore: sync MCP registry [skip ci]).
Per-source counts are printed to stdout (official main/archived dir counts, awesome line/hit counts, merged size, needsReview tally):
npm run sync:dry-run
# or: node scripts/sync.mjs --dry-runUse --print-json with --dry-run to dump the merged payload without writing index.json. Set GITHUB_TOKEN for a higher GitHub API quota.
See CONTRIBUTING.md and the Request a server issue template.
Apache License 2.0 — see LICENSE.
atlarix-mcps is part of the broader Atlarix ecosystem. The research behind Atlarix's context-management design is documented in a published technical paper:
Blueprint: Section-Scoped Structural Graph Retrieval and Post-Turn Compression for Agentic LLM Coding in Multi-Repository Workspaces
Amariah Kamau, NorahLabs — May 2026
The paper studies section-scoped structural-graph retrieval and post-turn tool-result summarisation — including how tool results (MCP tools among them) are compressed to keep agent history small. It's foundational research; the shipping app now uses bundled ripgrep for retrieval.
Atlarix's harness is benchmarked too: atlarix.dev/benchmark is the official, continually-updated home for every Atlarix benchmark — Terminal-Bench and beyond — with raw result files and full reproduction steps.
- atlarix-skills — Apache-2.0 skill registry for Settings → Skills (Pro).
- atlarix-releases — published desktop installers and update manifests.
- AmariahAK/Atlarix — application source (proprietary); product site atlarix.dev.