Frequently asked questions
- How are Yoda Digital's projects different from other MCP servers?
- Every project is built for real production use: the GitLab MCP server covers 86 tools, ANSC and MTender expose Moldova's official civic data, gacli/gsccli ship full SEO workflows, mycelium adds encrypted messaging between Claude Code instances. No decorative work.
- How does this site stay up to date?
- Every commit on any of the six tracked repos posts a webhook to a Cloudflare Pages Function, which fires a fresh build. A 6-hour cron is the safety net for any missed delivery.
- Can I consume this data from my own AI agent?
- Yes. /catalog.json and /mcp-catalog.json are machine-readable manifests, /llms.txt is a curated LLM index, and every page emits full JSON-LD (SoftwareApplication, SoftwareSourceCode, BreadcrumbList).
- Are these projects really open source?
- Yes. Most are MIT (mtender is ISC). Each project page displays the real license fetched from the repo at build time.
- Where do I report issues or request a project?
- Open an issue on the relevant repo at github.com/yoda-digital or github.com/nalyk. Pull requests welcome — see CONTRIBUTING.md in each repo.