Skip to main content
Glama

UACOS

CI License Python

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

Related MCP server: codemap

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.json with token savings: 4,702 saved tokens (74.02%)

  • reports/uacos_auto_report.json for Auto Mode summary

  • reports/release_gate_report.json for release readiness checks

  • uacos/ package and CLI entrypoint installed via uacos

  • docs/ and CHANGELOG.md for published project onboarding

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    B
    maintenance
    Local MCP server providing project cognition capabilities for AI coding agents, including context packs, impact analysis, and git diff review through stdio communication.
    10
    3
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    A 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.
    6
    MIT

View all related MCP servers

Related MCP Connectors

  • Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.

  • Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

  • Shared, governed long-term memory for AI agents across tools and sessions via MCP and REST.

View all MCP Connectors

Latest Blog Posts

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