- Add MCP setup, doctor, init-db, config, and rules CLI commands - Publish latest MCP package wiring and local setup helper - Update OS install docs for MCP-only, full app, and demo-safe setup Generated with Claude Code
921 B
921 B
RA-OS
What This Is
Open-source, local-first knowledge graph app with MCP integration.
Core Stack
- Next.js 15 + TypeScript + Tailwind
- SQLite + sqlite-vec
- BYO API keys (OpenAI/Anthropic)
Run Locally
git clone https://github.com/bradwmorris/ra-h_os.git
cd ra-h_os
npm install
npm run setup:local
npm run dev
MCP Setup
npx -y ra-h-mcp-server@latest setup --client claude-code --yes
Source of Truth for Workflow
AGENTS.md- agent and contributor workflowCONTRIBUTING.md- PR and contribution policy
Key Paths
src/services/database/- data layersrc/tools/- MCP tool implementationssrc/config/skills/- built-in skill contentapp/api/- API routes
Docs
docs/README.mddocs/0_overview.mddocs/2_schema.mddocs/4_tools-and-guides.mddocs/6_ui.mddocs/8_mcp.md- includes MCP setup plus recommended memory-file guidance