Uacos
БесплатноНе проверенLocal-first code intelligence and safety layer for AI coding agents. MCP server exposes dependency graph, impact analysis, and AST-compressed repo context, back
Описание
Local-first code intelligence and safety layer for AI coding agents. MCP server exposes dependency graph, impact analysis, and AST-compressed repo context, backed by typed local memory, patch-scope safety gates, and git-independent transaction rollback.
README
UACOS is a local-first code intelligence, context-compression, and release-gate toolkit that makes AI-assisted changes to a repository safer and cheaper — typed project memory, dependency-graph impact analysis that scopes changes before they're made, patch-scope safety gates, secret scanning, transaction rollback, an LLM cache/budget layer, and a built-in MCP server, all running locally with no cloud dependency.
Requirements
- Python 3.9+
- Optional: Ollama for local real-model evaluation
Quick Start
python -m pip install -e .
python -m uacos.cli init --repo .
python -m uacos.cli auto --repo . --summary
Expected output:
$ python -m uacos.cli init --repo .
UACOS initialized in .
$ python -m uacos.cli auto --repo . --summary
{
"status": "pass",
"mode": "auto_once",
"selected_file_count": 4,
"compressed_tokens_est": 1650,
"tokens_saved_est": 4702,
"savings_percent": 74.02
}
What you get
reports/uacos_performance_report.jsonwith token savings: 4,702 saved tokens (74.02%)reports/uacos_auto_report.jsonfor Auto Mode summaryreports/release_gate_report.jsonfor release readiness checksuacos/package and CLI entrypoint installed viauacosdocs/andCHANGELOG.mdfor published project onboarding
Links
Установка Uacos
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/caotiensinh/uacosFAQ
Uacos MCP бесплатный?
Да, Uacos MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Uacos?
Нет, Uacos работает без API-ключей и переменных окружения.
Uacos — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Uacos в Claude Desktop, Claude Code или Cursor?
Открой Uacos на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Uacos with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
