Self-hosted catalogue of your skills, agents and MCP servers, searchable by meaning over MCP
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
You collect tools. Skills for Claude, agents, MCP servers, a scraper you starred at midnight, a design kit somebody linked on Reddit. They end up scattered across GitHub stars, a self-hosted Gitea, browser bookmarks and a notes app β and three months later you remember there was a thing for that and can't find it.
VIVATLAS is the shelf. Point it at your repositories and the links you clip, and it turns each one into a card: a name, a description written for a person rather than a compiler, a picture, tags. Then it puts them all in one place you can search by meaning, not just by name. Ask it for "something that audits a site for accessibility" and it hands you three candidates and tells you why.
It runs on your own machine β a NAS, a spare box, a laptop β it's built for more than one person, and it only ever reads. Public repositories in, nothing written back to Git, ever.
Nobody browses a wall of grey rectangles. VIVATLAS finds each project's own picture β the banner at the top of its README, a logo in the repo, or the card GitHub draws for it β and throws out the things that only look like pictures: build badges, sponsor logos, "buy me a coffee" buttons, the owner's avatar. When a project has several real candidates, the same AI that writes the description looks at them side by side and picks the one that actually shows the thing.
And when a project has nothing at all, VIVATLAS draws a cover itself β the name set in the house typeface on a colour and a pattern that come from the name, so every cover is different and they all belong together. No model, no cost, never grey.
Open one and you get the same project three ways: a one-liner, a paragraph for a person, and a technical note for when you're deciding whether to use it. Tags with their confidence, what it's for, where it came from and when it last changed β and the buttons to rescan it, file it, or copy the link. The descriptions are written by whichever AI you've configured, from the repository's own README.
Two indexes work together: full-text for words, vectors for meaning. Type in Russian and find an English tool. Describe a task instead of naming a tool, and the recommender returns three options with a sentence each on why β or an honest "nothing here fits", which is rarer in software than it should be.
Installing the Android app: grab vivatlas-android-<version>.apk from the latest release β or add this repository to Obtainium and it updates itself. Releases are signed with one key for the life of the app, so each installs over the last.
Each person has their own sign-in, their own private cards and personal folders. The shared catalogue is common to all and curated by whoever runs the place. A card can move between the two β it's the owner's call β and you can keep favourites, watch a feed of what changed, and see which cards have gone stale upstream.
VIVATLAS is an MCP server. Connect it to ChatGPT, Claude, or anything else that speaks MCP, and "which of my tools does X?" gets answered from your catalogue. There's a plain REST API too. β docs/MCP.md
Three languages (English, Russian, Hebrew β right-to-left done properly). Light, dark, OLED and follow-the-system themes. Two-step sign-in with backup codes. Invitations by link or email, or open registration if you prefer. Gitea and GitHub as sources, rescanned daily. An admin panel for people, folders, email and AI keys β all changeable without a restart. And upstream / update, which compare a card with where it came from and bring in a new version only where you haven't touched the file.
The quickest way is the container:
Open http://localhost:8710, and the first person through /setup becomes the owner. Then Admin β Sources: give it a GitHub account or a Gitea address, press Scan now, and watch the cards arrive.
Running from source instead:
--host 0.0.0.0 lets a phone on the same Wi-Fi reach it. After updating the code, run init-db again β serve doesn't migrate on its own (the container does, on every start).
For a proper home, there's a walkthrough for TrueNAS SCALE in docs/DEPLOY-TRUENAS.md β it also covers the two settings that matter once VIVATLAS sits behind a proxy or a tunnel.
Everything optional lives in .env (or the container's environment); .env.example annotates the lot. The ones people ask about:
| Setting | What it's for |
|---|---|
GOOGLE_API_KEY, OLLAMA_URL | The AI that writes descriptions and picks pictures. Either works; both is fine. Also settable in the admin panel. |
TRUSTED_PROXIES | If Cloudflare, Traefik or nginx terminates TLS in front of VIVATLAS. Without it, cookies go out without Secure. |
IMAGE_MODEL | Have pictures drawn for cards that offer none β a Google image model (needs billing) or pollinations:flux (free, keyless, soft). Empty means the designed covers, which is the default and looks better than you'd think. |
VIVATLAS is a viewer, not an owner. It reads public Git repositories and helps you find and view the tools inside them. It does not own β and claims no rights in β any of the repositories, code, names or trademarks it catalogues or links to. Those belong to their authors and are governed by their own licences.
It writes nothing to Git and does not scan private repositories. That's a rule, not a setting: there's no toggle for it anywhere.
Licence: the server β everything under src/ β is Business Source License 1.1: free to use, deploy and modify, including commercially; you may not sell or resell VIVATLAS itself as a product or a hosted service. It converts to Apache-2.0 on 2030-07-21. The Android app (android/) is Apache-2.0, so it can be built and carried by F-Droid.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/vivatlas)<a href="https://allmcps.com/mcp/vivatlas"><img src="https://allmcps.com/api/badge/vivatlas?style=directory" alt="VIVATLAS on AllMCPs" /></a>