onairos-hermes-mcp
v1.0.0
Published
MCP server that connects Onairos personality profiles to AI agents like Hermes
Downloads
182
Maintainers
Readme
onairos-hermes-mcp
MCP server that connects Onairos personality profiles to the Hermes AI agent.
One install. Zero config. Your agent knows who you are.
How it works
npm install -g onairos-hermes-mcpYou: Connect my Onairos profile
Hermes: [opens browser → onairos.io/connect]
You: [sign in, connect accounts, train model]
You: Done
Hermes: You're a Strategic Analyst — analytical, tech-focused...
Saved to memory.Every future Hermes session uses your personality profile.
What happens
- Install — postinstall auto-detects Hermes (
~/.hermes/) on native, WSL, or Windows and adds the MCP server toconfig.yaml - Connect —
onairos_connecttool opens your browser to sign in with Onairos - Sync —
onairos_synctool fetches your traits via the Onairos API and returns them to the agent - Remember — Hermes writes your personality to
USER.mdso it persists across sessions
Manual setup
If the auto-config doesn't find your Hermes install, add this to ~/.hermes/config.yaml:
mcp_servers:
onairos:
command: "npx"
args: ["-y", "onairos-hermes-mcp"]Configuration
| Environment Variable | Default | Description |
|---|---|---|
| ONAIROS_API_URL | https://api2.onairos.uk | Onairos backend API |
| ONAIROS_CONNECT_URL | https://onairos.io | Connect page URL |
Set these in the env block of your MCP server config if needed.
Tools
| Tool | Description |
|---|---|
| onairos_connect | Opens the browser for sign-in. Returns immediately with a link. |
| onairos_sync | Fetches personality traits after the user completes the browser flow. |
Architecture
Hermes → onairos_connect → creates session → opens browser
User completes SDK flow in browser → traits saved to DB
Hermes → onairos_sync → fetches JWT → calls /traits-only → returns traits
Hermes writes traits to USER.mdLicense
MIT
