Skip to content

AmariahAK/atlarix-mcps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atlarix-mcps

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.

Consumed URL (Atlarix default)

Atlarix loads this raw file (schema: McpRegistryIndexversion + 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.

Layout

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.

Upstream data

Automation

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]).

Local dry-run

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-run

Use --print-json with --dry-run to dump the merged payload without writing index.json. Set GITHUB_TOKEN for a higher GitHub API quota.

Contributing

See CONTRIBUTING.md and the Request a server issue template.

License

Apache License 2.0 — see LICENSE.

Related Work

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
DOI

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.

Related repos

About

Auto-synced MCP registry for Atlarix — merged index.json of Model Context Protocol servers (official npm packages + community). No server code; Atlarix installs via installUrl.

Topics

Resources

License

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors