RA-H Light Documentation
Quick Links
| Doc | Description |
|---|---|
| Overview | What is RA-H Light, design philosophy |
| Schema | Database schema, node/edge structure |
| Tools & Workflows | MCP tools, workflow system |
| Logging & Evals | Debugging, evaluation framework |
| UI | 2-panel layout, components, views |
| MCP | Connect Claude Code and external agents |
| About | What's included, contributing |
| Troubleshooting | Common issues and fixes |
Getting Started
# Clone
git clone https://github.com/bradwmorris/ra-h_os.git
cd ra-h_os
# Install
npm install
# Run
npm run dev
MCP Integration
Add to your Claude Code config:
{
"mcpServers": {
"ra-h": {
"command": "node",
"args": ["/path/to/ra-h_os/apps/mcp-server/stdio-server.js"]
}
}
}
See MCP docs for full setup.
Questions?
Open an issue on GitHub.