cccuong-jason/openagents-kit
Rust TUI scaffold for centralized cross-tool AI workspace setup
Platform-specific configuration:
{
"mcpServers": {
"openagents-kit": {
"command": "npx",
"args": [
"-y",
"openagents-kit"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
OpenAgents Kit is a Rust-based TUI scaffold for centralizing AI workspace setup across tools, accounts, and devices.
It gives you one source of truth for:
Codex, Claude, and GeminiThis repository is meant to be forked as a public template. Other people can copy the scaffold, rename it, and point it at their own memory and tooling setup without rebuilding the structure from scratch.
workspace.yaml is the canonical manifest.workspace.yaml to define your profiles and memory backend.cargo run -p openagents-tui --bin openagents-kit -- doctor --profile personal-client
cargo run -p openagents-tui --bin openagents-kit -- apply --profile personal-client --tool codex --dry-run
cargo run -p openagents-tui --bin openagents-kitcrates/openagents-core - manifest parsing, profile resolution, and shared modelscrates/openagents-adapters - tool renderers and output generationcrates/openagents-tui - interactive setup and diagnosticsexamples/ - starter manifests and sample profilesPlease read CONTRIBUTING.md before opening a pull request.
Loading reviews...