- Rename Tools & Workflows to Tools & Guides - Fix merge conflict in 4_tools-and-guides.md - Update tool count and feature descriptions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1.7 KiB
1.7 KiB
RA-OS Documentation
██████╗ █████╗ ██╗ ██╗
██╔══██╗██╔══██╗ ██║ ██║
██████╔╝███████║█████╗███████║
██╔══██╗██╔══██║╚════╝██╔══██║
██║ ██║██║ ██║ ██║ ██║
╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝
Quick Links
| Doc | Description |
|---|---|
| Overview | What is RA-OS, design philosophy |
| Schema | Database schema, node/edge structure |
| Tools & Guides | MCP tools, guide 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 |
| Development | Dev workflow and PR checklist |
| Docs Process | How to maintain docs |
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.