# Atractio Agent MCP Hub — Client Configs ## Setup Set your token: ```bash export AGENT_MCP_TOKEN="replace-with-your-token" ``` ## Recommended first endpoint ``` https://agent.atractio.lol/mcp/about ``` ## Universal config ``` https://agent.atractio.lol/config/universal-mcp.json ``` ## Client examples * **Hermes Agent**: `/config/hermes.yaml` * **Oh My Pi / MCP Adapter**: `/config/oh-my-pi.mcp.json` * **Codex**: `/config/codex.toml` * **OpenCode**: `/config/opencode.json` * **Cursor-like clients**: `/config/cursor.mcp.json` * **Claude Desktop-like clients**: `/config/claude-desktop.json` ## SSE vs HTTP This hub uses SSE transport. For SSE clients (Oh My Pi, etc.): ``` https://agent.atractio.lol/mcp/{service}/sse ``` For clients that need streamable-http or local stdio, use a local bridge/proxy. ## Security * Public docs do not contain secrets. * All `/mcp/*` endpoints require Bearer auth. * Do not expose memory, code or git tools without auth.