Trust: 25/100 (Limited)
Unified AI System Guide
Terminal-first, self-hosted AI gateway with eight Codex MCP tools for readiness, credential-free chat, knowledge, workflows, and workforce inspection.
Quick Start
Install
docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.3.2Claude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"unified-ai-system": {
"command": "npx",
"args": [
"docker run --rm -i ghcr.io/happy520ai/unified-ai-system/mcp-server:0.3.2"
]
}
}
}