uacos
UACOS
UACOS is a local-first repo brain, context-compression layer, orchestration planner, and patch safety/evidence gate for AI coding workflows.
UACOS is not a Goose clone or general chat agent. The AI coding agent proposes or writes code. UACOS prepares bounded context, validates patch scope/risk, supports guarded apply/rollback, records evidence, and prevents unsupported product claims.
Start here
Documentation Index — organized map of all project documentation.
Current Status — completed phases, CI evidence, maturity, and remaining evidence gaps.
Production Improvement Checklist — finite roadmap and completion evidence.
Strategic Status — product positioning, Goose comparison, and maturity estimate.
Language Policy — English-only repository content policy and automated release-gate check.
Related MCP server: AI Knowledge Center MCP
Requirements
Python 3.9+
Optional: Ollama for local real-model evaluation
Quick Start
python -m pip install -e .
uacos-flow setup --repo . --task "fix login bug safely"
uacos-flow doctor --repo .
uacos-flow status --repo .Expected output:
{
"status": "pass",
"mode": "setup",
"quick_commands": [
"uacos-flow doctor --repo .",
"uacos-flow assist --repo . --task \"fix login bug safely\" --max-tokens 6000"
]
}Main workflow
uacos-flow assist --repo . --task "fix MCP docs" --max-tokens 6000
uacos-flow guard --repo . --patch change.diff --task "fix MCP docs" --allowed-file docs/PRODUCT_WORKFLOWS.md --test "pytest -q"
uacos-flow apply-safe --repo . --patch change.diff --allowed-file docs/PRODUCT_WORKFLOWS.md --test "pytest -q" --yesOther useful commands
uacos-flow list
uacos-flow prepare --repo . --summary
uacos-flow orchestrate --spec "upgrade safely until tests pass" --agent goose --test "pytest -q" --max-iterations 3
uacos-flow benchmark --repo . --manifest evals/benchmark_suite.jsonExisting uacos ... commands remain available and backward compatible.
Supported product workflows
Setup Mode — one-command local setup: bootstrap, graph, cache, scripts, and actionable doctor.
Doctor Mode — user-actionable readiness status with concrete next commands.
Status Mode — terminal/dashboard-friendly readiness and evidence summary.
Prepare Mode — repo graph, cache, memory, health reports, and compressed readiness evidence before AI edits.
Assist Mode — bounded task context, selected-file explanations, symbol context, route/API graph, test suggestions, and config-risk review.
Guard Mode — patch scope gates, secret scans, risk review, and optional task alignment without applying code.
Apply-safe Mode — checkpoint, tests, auto-rollback, and last-run evidence.
Orchestrate Mode — bounded
spec -> context -> delegate -> patch -> test -> record -> improveplanning without becoming the agent.
Product proof package
Use these before publishing claims or customer-facing material:
Evidence and claims
Run the repeatable benchmark suite before making public savings claims:
python scripts/uacos_benchmark_suite.py --repo . --manifest evals/benchmark_suite.json --summarySafe baseline claim:
UACOS reduces unnecessary repository context sent to AI coding agents by selecting task-relevant files, compressing context, and validating changes through local safety gates.
Do not claim 80-90% or 99% token savings unless a benchmark report directly supports that exact claim.
What you get
reports/uacos_performance_report.jsonfor token/context estimatesreports/uacos_benchmark_suite_report.jsonfor repeatable benchmark evidencereports/uacos_auto_report.jsonfor Auto Mode summaryreports/release_gate_report.jsonfor release readiness checks.uacos/patch_lifecycle/latest_patch_lifecycle_report.jsonfor the latest safe-apply evidence.uacos/scripts/convenience dashboard launchers fromuacos-flow setupexamples/reports/uacos_flow_status_example.jsonfor example status outputuacos-flowsimplified product workflow command
Community listing
UACOS is listed in awesome-cli-coding-agents under Agent infrastructure. The collection maintainer added the listing during a code-focused re-review of previously closed submissions (commit 885684c).
This is a community-maintained project listing, not a certification or vendor endorsement.
Documentation
Use docs/README.md as the main documentation index.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
shared AI-context layer for teams — persistent memory your agents search and update over MCP
Persistent, inspectable memory for AI agents with lineage, correction, and a hosted MCP endpoint.
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Your versioned memory across every AI tool — context maps, personal memory, and tasks over MCP.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceMCP server for local-first code intelligence, providing structural code graph, semantic search, and impact analysis to AI agents.2MIT
- AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that provides project context, verification gates, and structured tools for coding agents to discover knowledge, run diagnostics, and execute allowlisted commands within a repository.35MIT
- AlicenseNot gradedqualityAmaintenanceA persistent code-intelligence MCP server that builds a queryable knowledge graph of your codebase, enabling AI assistants to perform cross-file structural reasoning, dependency analysis, and blast radius detection.6MIT

Vibgrate AI Contextofficial
AlicenseNot gradedqualityAmaintenanceLocal-first MCP server that gives AI assistants codebase intelligence—code graph, drift analysis, vulnerability attribution, and version-correct library docs—all from the user's machine.1,5293Apache 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/caotiensinh/uacos'
If you have feedback or need assistance with the MCP directory API, please join our Discord server