radoss_avatar
Supports the verified local Hugging Face flow: browser OAuth, provider account verification, and secure credential storage via the macOS Keychain helper.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@radoss_avatarSet up my avatar and run a health check"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NAAvOS Avatar OS
The no-code desktop setup layer for a personal, user-owned Avatar.
NAAvOS is the Avatar authority. Radoss Agency is the company and maintainer. Hermes is the visible setup and orchestration agent. SQLite + FTS5 is the local canonical memory ledger. ReMe is an optional readable projection; Ollama is deliberately excluded from the public product.
For non-technical users
Use the signed desktop installer when it is released:
Install and open NAAvOS Avatar OS.
Name your Avatar.
Choose a privacy mode.
Click Set up my Avatar.
Approve the account connection in the browser. Do not copy a code or token.
Reopen or refresh the supported AI host when the wizard confirms the local adapter.
The desktop wizard creates encrypted local backups before mutations and exposes retry, rollback, privacy, disconnect, health, and security controls. Personal-agent credential warnings remain local operational warnings; the product does not copy or mutate them during an isolated sample or public source release.
There are three release surfaces. individual_local is one user's local
desktop handoff. individual_hosted is one user's online Avatar deployed to
that user's chosen Cloudflare, VPS, or other supported account. public is the
shared hosted NAAvOS service and its hosted-client integrations; it requires
additional multi-user and host-acceptance evidence. These profiles must not be
interchanged: a local or single-owner handoff is not proof that the shared
hosted service is tenant-safe.
The product has three deliberately different connection paths:
No-code users: use the desktop wizard and browser OAuth; never copy a code, token, or configuration file.
Developers: use the universal CLI and local stdio MCP adapters when they want scripted or repository-based control.
Hosted AI users: use the branded HTTPS MCP gateway, then complete the final ChatGPT or Claude account connection in that host's own UI. Radoss never claims a host account is connected from a local file alone.
Related MCP server: bodybridge
CLI development path
The package is prepared for public npm publication but is not yet published.
Publication is deliberately manual and approval-gated. Maintainers can use the
Publish NAAvOS CLI GitHub Actions workflow after configuring the npm trusted
publisher (or the repository's protected NPM_TOKEN secret) for the
npm-publish environment. The workflow runs the full prepublish checks before
publishing provenance-attested package metadata.
For a local, authenticated publication, publish the verified tarball with:
cd /path/to/radoss-universal-avatar
npm login
npm publish --access publicThe universal CLI is maintained separately from the NAAvOS source mirror.
Its public source repository is
innosaint-uche/radoss-universal-avatar.
For local development from a checkout:
cd /path/to/radoss-universal-avatar
node bin/radoss.mjs setup
node bin/radoss.mjs setup status
node bin/radoss.mjs doctor
# Validate the deployed HTTPS MCP gateway without exposing a token
node bin/radoss.mjs mcp conformance https://mcp.naavos.radoss.agency/mcp --bearer-env RADOSS_GATEWAY_TOKEN --status-tool avatar_getThe CLI automatically manages the supported local targets:
Codex:
~/.codex/config.tomlAntigravity:
~/.gemini/config/mcp_config.jsonHermes:
~/.hermes/profiles/avatar/config.yaml, isolatedavatarprofile
Each receives the local radoss_avatar MCP server. Hermes remains the visible orchestrator; the default Hermes profile is not silently replaced.
Connection boundary
Local agents use guarded stdio MCP. An online HTTPS Streamable HTTP gateway is
optional; the current NAAvOS operator endpoint is
available at https://mcp.naavos.radoss.agency/mcp with OAuth, D1-backed
tenant-owner enforcement, and MCP lifecycle checks. Two-independent-live-user
tenant acceptance remains a separate public-release gate. The canonical Worker
origin remains an implementation detail behind the Hostinger/Coolify branded route. ChatGPT
and Claude account connections remain host-managed; a local configuration file
cannot prove an online ChatGPT or Claude connection.
The remote boundary and release evidence required for hosted clients are defined in docs/REMOTE_MCP_GATEWAY_CONTRACT.md. The local sidecar must never be exposed directly as a public connector. See docs/BRAND_AND_COMPATIBILITY.md for the canonical product name and retained technical aliases.
The verified local Hugging Face flow completes browser OAuth, verifies the provider account, stores credentials through the macOS Keychain helper, and separately verifies Hermes' OAuth-owned cache. It never prints or stores token values in setup state or agent configuration.
Verification
npm test
npm audit
npm pack --dry-runSee docs/NO_CODE_SETUP.md for the evidence contract and release gates, and desktop-setup/README.md for the Tauri packaging boundary.
See docs/RELEASE_STATUS.md for the current
developer, local-validation, and customer-release boundaries.
Universal QA
Reusable browser and live-surface E2E belongs in the central
external ~/.radoss-qa harness. Each project contributes only a small
adapter describing its real URL and contract; it does not add Playwright,
browser binaries, or Rust to the project. Rust is used only by a central Tauri
or artifact adapter when process, IPC, filesystem, or signing evidence is
needed. See the local harness README after installing the universal development environment.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Governed personal world model and memory for your AI agent. Pair once, connect over MCP.
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables deployment of autonomous AI agents with memory and tool execution capabilities through a WebSocket-based MCP protocol. Provides production-ready infrastructure with REST API access, persistent state management, and extensible function registry for building self-hosted AI systems.
- AlicenseNot gradedqualityAmaintenanceConnects embodied devices (like StackChan, Raspberry Pi, ESP32) to AI via MCP protocol, enabling motion control with zero API cost, no PC required, and fully self-hosted.MIT
- AlicenseNot gradedqualityAmaintenanceA self-hosted MCP server that provides any LLM with a graph-backed memory layer of your life—tasks, email, finance, contacts, calendar—plus autonomous agent offices that act on your behalf.1Apache 2.0

ellmos-homebase-mcpofficial
AlicenseNot gradedqualityBmaintenanceEnables local-first LLM orchestration with persistent memory, knowledge management, routing, swarm patterns, API probing, tests, automation planning, and plugin discovery via a stdio MCP server, using SQLite for offline storage.2751MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/innosaint-uche/radoss-universal-avatar'
If you have feedback or need assistance with the MCP directory API, please join our Discord server