Skip to content
Full Platform Capabilities

Every Tool You Need to Govern AI Code

72 MCP tools across four tiers, 31 workflow commands, and 11 lifecycle hooks across 18 categories. 12 core tools free. Complete governance from session start to deployment.

72
MCP Tools
18
Categories
11
Lifecycle Hooks
🧠

Memory & Learning

6 tools

Cross-session memory that makes AI actually learn from past work, mistakes, and decisions.

Memory Search

Free

Full-text search across all session observations and learnings. Find what AI learned about any topic, pattern, or decision instantly.

Never re-explain context to AI. It already knows what happened last session.

Memory Timeline

Pro

Chronological view of observations and learnings across sessions. See how understanding evolved over time.

Track how your project knowledge grows session by session.

Memory Detail

Pro

Deep dive into a specific observation with full context, related sessions, and linked decisions.

Understand the full story behind any AI learning or decision.

Memory Sessions

Pro

Browse and search past sessions with summaries, tool usage stats, and key outcomes.

Review any past AI coding session and what it accomplished.

Memory Failures

Pro

Catalog of past failures and near-misses with root cause analysis and prevention strategies.

Transform every mistake into a permanent safeguard.

Memory Ingest

Free

Manually ingest observations, learnings, or external knowledge into the memory system.

Seed AI memory with your team knowledge before the first session.

massu_memory_search
🔍

Code Intelligence

7 tools

Deep codebase understanding through graph analysis, coupling detection, and impact mapping.

Sync

Free

Build and update the CodeGraph index from your codebase. Analyzes files, functions, classes, imports, and relationships.

Give AI a complete map of your codebase in seconds.

Context

Free

Retrieve rich context for any file or symbol including dependencies, dependents, domain, and related features.

AI sees the full picture before making changes, not just the file.

tRPC Map

Free

Map tRPC router procedures to their implementations, showing input schemas, middleware, and handler locations.

Navigate complex tRPC routers without manual file hunting.

Coupling Check

Free

Analyze coupling between modules, identifying tight dependencies and architectural boundaries.

Catch architectural erosion before it becomes tech debt.

Impact Analysis

Free

Trace the blast radius of changes across the codebase. Shows all affected files, functions, and features.

Know exactly what breaks before you change anything.

Domains

Free

View and manage business domain boundaries. Maps files and modules to logical domains defined in config.

Keep AI changes within domain boundaries and prevent cross-cutting mistakes.

Schema

Free

Query database schema information including tables, columns, types, relationships, and constraints.

AI always writes correct database queries on the first try.

massu_context
🛡️

Feature Registry

6 tools

Track, protect, and validate every feature in your codebase with the Sentinel system.

Sentinel Search

Pro

Search the feature registry by name, domain, status, or any metadata. Find any registered feature instantly.

Know exactly what features exist and their current state.

Sentinel Detail

Pro

Get full details on a registered feature including all files, functions, dependencies, and health metrics.

Complete feature documentation generated automatically from code.

Sentinel Impact

Pro

Analyze the impact of modifying or removing a registered feature. Shows cascading effects across the codebase.

Prevent catastrophic deletions by understanding feature dependencies first.

Sentinel Validate

Pro

Validate that a registered feature is complete and healthy. Checks file existence, export presence, and test coverage.

Catch broken features before they reach production.

Sentinel Register

Pro

Register a new feature in the Sentinel registry with its files, entry points, dependencies, and metadata.

Build a living catalog of your features that AI can reference.

Sentinel Parity

Pro

Check feature parity across environments, versions, or branches. Detect drift between expected and actual state.

Ensure features work the same everywhere they are deployed.

massu_sentinel_validate
📊

Analytics & Quality

5 tools

Measure, track, and improve AI code quality with objective scoring and trend analysis.

Quality Score

Pro

Calculate an objective quality score for the current session based on verification coverage, test results, pattern compliance, and error density.

Replace subjective code review with objective quality measurement.

Quality Trend

Pro

Track quality scores over time across sessions. Visualize improvement trends and identify regression patterns.

Prove to leadership that AI code quality is improving, not just fast.

Quality Report

Pro

Generate detailed quality reports in summary, detailed, or SOC2-compliant formats with actionable insights.

Audit-ready quality documentation generated automatically.

Prompt Effectiveness

Pro

Analyze the effectiveness of prompts and instructions given to AI. Score clarity, specificity, and result quality.

Learn which prompting strategies produce the best code.

Prompt Suggestions

Pro

Get AI-powered suggestions for improving prompt quality based on patterns from high-scoring sessions.

Continuously improve how you communicate with AI assistants.

💰

Cost Tracking

7 tools

Monitor AI usage costs per session, per feature, and over time to optimize spending.

Cost Session

Pro

Track token usage and estimated cost for the current session. Breaks down by tool calls, prompts, and responses.

Know exactly how much each AI coding session costs.

Cost Trend

Pro

Analyze cost trends over time. Identify expensive patterns, compare session costs, and forecast spending.

Optimize AI spending with data-driven cost insights.

Cost Feature

Pro

Attribute AI costs to specific features. See which features are most expensive to build and maintain with AI.

Budget AI development costs per feature, not just per session.

Cost Dashboard

Pro

Cloud dashboard visualization of AI cost data with interactive charts, trend lines, and model breakdown views.

See your AI spending at a glance with beautiful, actionable visualizations.

Budget Alerts

Pro

Automated email alerts when AI spend approaches or exceeds your configured monthly budget threshold.

Never get surprised by AI costs — set limits and get notified automatically.

Cost Forecasting

Pro

AI spend projections based on current daily usage patterns, projecting month-end totals from your spending rate.

Plan ahead with data-driven cost projections for the rest of the month.

Session Comparison

Pro

Side-by-side session analytics comparison showing cost, tokens, turns, and tool usage differences.

Identify which sessions are most cost-effective and optimize your workflow.

📜

Governance & Compliance

10 tools

Complete audit trail, validation engine, and architectural decision records for regulated environments.

Audit Log

Pro

Log every significant action with timestamp, actor, tool, inputs, outputs, and outcome. Immutable audit chain.

Complete traceability of every AI action for compliance.

Audit Report

Pro

Generate compliance reports from the audit trail. Supports summary, detailed, and SOC2 formats.

Pass compliance audits with automatically generated evidence.

Audit Chain

Pro

Verify the integrity of the audit trail using cryptographic chaining. Detect any tampering or gaps.

Prove your audit trail has not been tampered with.

Validation Check

Pro

Run validation rules against code changes. Checks pattern compliance, naming conventions, and architectural constraints.

Catch rule violations before they become production problems.

Validation Report

Pro

Generate a validation report showing all checks, pass/fail status, and remediation steps for failures.

Clear, actionable reports showing exactly what needs fixing.

ADR List

Pro

List all Architectural Decision Records with status, date, and summary. Searchable and filterable.

Never lose track of why architectural decisions were made.

ADR Detail

Pro

View the full content of an ADR including context, decision, consequences, and linked code changes.

Understand the reasoning behind any past architectural choice.

ADR Create

Pro

Create a new Architectural Decision Record with structured context, options analysis, and decision rationale.

Document decisions as you make them, not months later.

Rule Marketplace

Team

Browse and install curated rule packs covering SOC2 compliance, React best practices, API security, and more.

Start with expert-crafted governance rules instead of building from scratch.

Rule Packs

Team

Pre-built rule template sets that can be installed with one click and automatically kept up to date.

Consistent governance across projects with version-managed rule templates.

massu_audit_report
🔒

Security

7 tools

Security scoring, vulnerability heatmaps, and dependency risk analysis across your codebase.

Security Score

Pro

Calculate a security score for your codebase based on vulnerability patterns, exposed secrets, and security anti-patterns.

Know your security posture at a glance before every deployment.

Security Heatmap

Pro

Visual heatmap of security risk across your codebase. Identifies hotspots where vulnerabilities cluster.

Focus security efforts where they matter most.

Security Trend

Pro

Track security scores over time. Detect improving or degrading security posture across sessions.

Prove your security posture is improving, not just maintained.

Dependency Score

Pro

Score dependency risk based on maintenance status, known vulnerabilities, license compatibility, and alternatives.

Catch risky dependencies before they become vulnerabilities.

Dependency Alternatives

Pro

Suggest safer or better-maintained alternatives for risky dependencies. Includes migration complexity estimates.

Replace risky dependencies with confident recommendations.

Dependency Monitoring

Team

Continuous monitoring of project dependencies for CVE vulnerabilities, maintainer abandonment, and license changes.

Know the moment a dependency becomes a risk — before it becomes an exploit.

Dependency Alerts

Team

Real-time alerts for dependency vulnerabilities, stale packages, license changes, and major version updates.

Act on dependency risks immediately with prioritized, actionable alerts.

massu_security_score
🔭

Observability

4 tools

Session replay, prompt analysis, and tool usage patterns for debugging and optimization.

Session Replay

Pro

Replay any past session step-by-step. See every tool call, prompt, response, and outcome in chronological order.

Debug problems by replaying exactly what happened in any session.

Prompt Analysis

Pro

Analyze prompts used in sessions for clarity, specificity, ambiguity, and effectiveness patterns.

Understand which prompting patterns lead to the best results.

Tool Patterns

Pro

Analyze tool usage patterns across sessions. Identify most-used tools, common workflows, and underutilized capabilities.

Discover which tools deliver the most value and optimize your workflow.

Session Stats

Pro

Aggregate statistics across sessions including duration, tool usage, error rates, and productivity metrics.

Data-driven insights into your AI development productivity.

📖

Documentation

2 tools

Automated documentation auditing and coverage analysis for your codebase.

Docs Audit

Pro

Audit documentation completeness by comparing code exports, public APIs, and features against existing documentation.

Find documentation gaps before your users do.

Docs Coverage

Pro

Calculate documentation coverage percentage. Shows documented vs undocumented exports, functions, and modules.

Track documentation coverage like you track test coverage.

🧠

Team Intelligence

4 tools

Weekly digests, code review insights, onboarding guides, and prompt library for teams.

Weekly Digest

Team

Automated weekly team activity summaries with quality trends, cost breakdown, and risk alerts delivered to your inbox.

Stay informed about your team's AI development activity without checking the dashboard.

Code Review Insights

Team

Aggregated quality analytics, risk hotspot identification, coupling change detection, and developer activity heatmaps.

Identify codebase health trends and areas needing attention before they become problems.

Onboarding Guide

Team

Auto-generated onboarding documentation from team knowledge, common patterns, frequent mistakes, and key files.

New team members ramp up faster with knowledge extracted from your team's AI sessions.

Prompt Library

Pro

Save, search, share, and rate effective prompts. Includes effectiveness scoring and full-text search across your prompt collection.

Build a shared library of proven prompts so your team writes better AI instructions.

🏢

Enterprise

9 tools

Team knowledge sharing, expertise mapping, conflict detection, and regression risk analysis.

Team Search

Enterprise

Search team knowledge across all members. Find who knows what, past decisions, and shared learnings.

Tap into collective team knowledge for better AI-assisted decisions.

Team Expertise

Enterprise

Map team expertise by domain, technology, and codebase area. Identify knowledge gaps and single points of failure.

Know who to ask and where knowledge gaps exist.

Team Conflicts

Enterprise

Detect conflicting changes across team members. Identify merge risks and coordination needs before they cause problems.

Prevent merge conflicts and duplicated work across the team.

Feature Health

Free

Monitor the health of registered features over time. Track stability, test coverage, bug density, and change frequency from local session data.

Proactively identify features that are degrading before users notice.

Regression Risk

Free

Assess regression risk for any proposed change based on historical patterns, test coverage, and feature coupling from local session data.

Deploy with confidence by knowing your regression risk score.

Continuous Compliance

Enterprise

Real-time compliance monitoring with automated score computation, violation detection, and remediation suggestions.

Stay compliant 24/7 without manual audits — violations are caught as they happen.

Scheduled Reports

Enterprise

Automated compliance report generation on weekly, monthly, or quarterly schedules with email distribution to stakeholders.

Never miss a compliance deadline — reports generate and distribute themselves.

Evidence Packages

Enterprise

Generate downloadable PDF evidence bundles with audit chain certificates, change logs, and approval records.

Audit-ready evidence packages generated in seconds, not days.

Private Rule Packs

Enterprise

Create and publish private rule template packs within your organization for consistent governance across teams.

Codify your organization governance standards into reusable, installable rule packs.

📘

Knowledge System

12 tools

12 tools for building, querying, and maintaining structured knowledge bases your AI can reference during sessions.

Knowledge Ingest

Pro

Ingest structured knowledge into topic files from any source — documentation, ADRs, session learnings, or external references.

Build a queryable knowledge base your AI draws on without manual context injection.

Knowledge Search

Pro

Full-text search across all knowledge topics with relevance ranking and source attribution.

Find the right knowledge instantly without knowing which file it lives in.

Knowledge Topic

Pro

View all entries for a specific knowledge topic with metadata, timestamps, and source references.

Get a complete picture of what your AI knows about any given topic.

Knowledge List

Pro

List all knowledge topics with entry counts, last-updated timestamps, and coverage summaries.

See the full scope of your knowledge base at a glance.

Knowledge Update

Pro

Update or supersede existing knowledge entries with new information, preserving the change history.

Keep your knowledge base current without losing the audit trail of what changed.

Knowledge Delete

Pro

Remove outdated or incorrect knowledge entries with soft-delete and optional purge.

Prevent stale knowledge from misleading AI without losing the deletion record.

Knowledge Export

Pro

Export knowledge topics to Markdown, JSON, or YAML for use in documentation or external systems.

Make your knowledge base portable and shareable across tools and teams.

Knowledge Import

Pro

Bulk-import knowledge from Markdown files, JSON exports, or structured documentation directories.

Seed your knowledge base from existing docs without manual entry.

Knowledge Gap Analysis

Pro

Identify topics referenced in sessions but not present in the knowledge base. Surface knowledge coverage gaps.

Know exactly what your AI is missing before it causes a mistake.

Knowledge Link

Pro

Link related knowledge entries across topics to build a connected knowledge graph.

AI traverses related knowledge automatically, not just the directly queried topic.

Knowledge Stats

Pro

Usage statistics for knowledge entries — query frequency, session attribution, and coverage over time.

See which knowledge is most valuable and where gaps are growing.

Knowledge Sync

Pro

Synchronize knowledge base across machines and team members via cloud. Merge conflict detection included.

Keep shared knowledge consistent across your entire team without manual coordination.

🗃️

Memory System

3 tools

Structured MEMORY.md for open-source cross-session context, with cloud-backed corrections and topic files.

MEMORY.md

Free

Persistent cross-session memory stored in a local MEMORY.md file. AI reads this at session start to recover context from previous sessions automatically.

Free, local, zero-infrastructure cross-session memory that works out of the box.

Auto-Correction Learning

Pro

Automatically capture and apply corrections made during sessions. AI learns from your corrections and avoids repeating the same mistakes.

Every correction you make permanently improves AI behavior — no manual rule writing.

Memory Topic Files

Pro

Organize memory into topic-specific files (e.g., MEMORY-auth.md, MEMORY-payments.md) for domain-scoped context injection.

AI loads only relevant memory for the current task domain, avoiding context bloat.

🫝

Shell Hooks

10 tools

10 shell-level lifecycle hooks that fire automatically during Claude Code sessions with zero setup.

Session Start Hook

Free

Fires when a Claude Code session begins. Injects project context, loads MEMORY.md, and prepares the AI with codebase state.

Every session starts with full context — no manual re-explaining required.

Session End Hook

Free

Fires when a session ends. Saves observations, updates MEMORY.md, and records session outcomes for future reference.

Never lose session learnings — everything worth remembering is captured automatically.

Post-Tool-Use Hook

Free

Fires after every tool call. Records tool usage, logs outcomes, and triggers quality event tracking.

Complete tool call audit trail with zero developer overhead.

User Prompt Hook

Free

Fires on every user message. Appends canonical rules, active context, and governance reminders to each prompt.

AI never forgets the rules — they are injected into every prompt automatically.

Pre-Compact Hook

Free

Fires before context compaction. Saves critical state to MEMORY.md so nothing important is lost during compaction.

Context compaction no longer loses important decisions and in-progress state.

Pre-Delete Check Hook

Free

Fires before any file deletion. Checks Sentinel registry and blocks deletion of registered feature files.

Prevent accidental deletion of critical files — Sentinel protects them automatically.

Post-Edit Context Hook

Free

Fires after file edits. Provides AI with updated coupling and impact context for recently changed files.

AI always knows the ripple effects of its edits — impact context is refreshed automatically.

Security Gate Hook

Free

Fires on file writes. Scans for secrets, credential patterns, and security anti-patterns before changes land on disk.

Stop secrets from being committed — security scanning happens at write time, not commit time.

Cost Tracker Hook

Free

Fires on every tool call. Estimates token usage and cost in real time, accumulating session cost totals.

Know your session cost as it happens — no surprises at the end of a long session.

Intent Suggester Hook

Free

Fires at session start. Analyzes recent work and suggests the most likely next task based on open items and session history.

Start every session knowing exactly where to pick up — no time lost re-orienting.

Workflow Commands

31 tools

31 slash commands for structured, verification-first AI-assisted development.

Intelligent Testing

Free

Smart test runner with failure analysis, coverage gap detection, and automatic test generation for untested modules.

Find and fix test gaps faster with AI-powered test generation.

Systematic Debugging

Free

Hypothesis-driven debugging with root cause tracing, call chain analysis, and verified fixes.

Debug methodically instead of randomly — every fix comes with proof.

Safe Refactoring

Free

Behavioral equivalence verification during code restructuring with incremental transforms and automatic rollback.

Refactor with confidence — behavioral equivalence is verified at every step.

Release Automation

Free

Version bump, changelog generation, pre-release verification across 4 tiers, and clean tagging.

Release with confidence — every release passes the full verification gauntlet.

Code Cleanup

Free

Automated dead code removal, unused import cleanup, and orphaned file detection with full verification.

Keep your codebase lean and maintainable with automated cleanup that proves every removal.

Documentation Generation

Free

Generate JSDoc comments, README sections, and API reference documentation from actual code behavior.

Produce accurate, up-to-date documentation generated from your real code, not assumptions.

Effort Estimation

Free

AI-powered effort estimation using codebase analysis, complexity scoring, and historical session data.

Produce data-driven effort estimates grounded in your actual codebase complexity.

Plan Creator

Free

Generate implementation plans aligned with project architecture, config patterns, and canonical rules.

Start every feature with a verified, auditable plan instead of ad-hoc coding.

Plan Auditor

Free

Continuous verification audit loop that checks plan specificity, feasibility, blast radius, and pattern compliance.

Catch plan gaps before implementation starts — zero-gap standard enforced.

Implementation Loop

Free

Execute plan items with mandatory proof at each step — build, type-check, test, and pattern verification.

Ship features with verified proof for every deliverable, not just trust.

Pre-Commit Gate

Free

Full verification audit before commit — type safety, tests, pattern compliance, and security scanning.

Never commit broken code — every commit passes the full verification gauntlet.

Pre-Push Gate

Free

Complete regression detection, security scan, and test suite verification before pushing to remote.

Protect your main branch with automated pre-push verification.

Code Review

Free

Automated 7-dimension code review covering patterns, security, architecture, performance, and accessibility.

Get consistent, thorough code reviews across every dimension that matters.

Dependency Audit

Free

Comprehensive dependency audit for vulnerabilities, outdated packages, license compliance, and unused dependencies.

Keep your dependency tree clean, secure, and license-compliant.

Quick Hotfix

Free

Scoped fix workflow with automatic branch creation, targeted fix, test verification, and PR creation.

Fix bugs fast with a structured workflow that still verifies everything.

Changelog Generator

Free

Generate structured changelog entries from conventional commits with category grouping.

Produce professional changelogs automatically from your commit history.

Project Status

Free

Read-only project health dashboard with 14 health checks across build, tests, patterns, and security.

Get a complete health snapshot of your project in seconds.

Push Light

Free

Fast pre-push verification — type check and pattern scan without running the full test suite.

Push quickly with essential checks when full verification is not needed.

Verify

Free

Run all VR-* verification checks — build, type, test, pattern, security, and coverage in one pass.

Verify everything at once with a single command instead of running checks individually.

New Feature

Free

Feature scaffolding with config registration, test stubs, and verification plan generation.

Start every new feature with the right structure, tests, and governance from day one.

Golden Path

Free

Enforce architectural golden paths for new code. Validates new files and modules against defined structural patterns.

New code lands in the right place every time — no architecture drift.

Dead Code Detection

Free

Find and remove unused exports, unreferenced files, and orphaned modules with safe-removal verification.

Keep your codebase lean with automated dead code removal that proves nothing was needed.

TDD Workflow

Free

Test-driven development loop with red-green-refactor enforcement, coverage gates, and test-first plan generation.

Ship test-first code with a structured workflow that enforces TDD discipline.

Interactive Guide

Free

Step-by-step interactive onboarding guide for new developers covering codebase structure, patterns, and key workflows.

New team members are productive in hours, not days.

Playwright Verify

Free

Run and verify Playwright end-to-end tests with failure analysis, retry logic, and screenshot capture.

E2E tests with automated failure diagnosis — know what broke and why instantly.

Dependency Manager

Free

Manage dependencies with upgrade planning, breaking change detection, and migration path generation.

Upgrade dependencies safely with automated impact analysis and rollback planning.

Docs Generator

Free

Generate comprehensive API documentation, README sections, and architecture docs from actual code behavior.

Documentation that stays accurate because it is generated from the real code.

Parity Checker

Free

Check feature parity between source and target systems. Detect missing features, behavioral differences, and drift.

Catch parity gaps before they reach users — every migration is verified complete.

Deploy

Free

Structured deployment workflow with pre-deploy verification, environment checks, and rollback planning.

Ship confidently with automated pre-deploy checks and rollback safety nets.

Loop Playwright

Free

Iterative development loop with Playwright browser testing — implement, verify visually, and refine until all checks pass.

Catch UI regressions automatically with browser-based verification in every loop iteration.

Simplify

Free

Code simplification and cleanup — reduce complexity, flatten abstractions, and remove unnecessary indirection.

Keep your codebase lean and readable by systematically reducing accidental complexity.

🔗

Integrations

4 tools

Connect Massu with your existing tools — REST API, webhooks, CI/CD, and quality badges.

REST API

Pro

Programmatic access to all your cloud data via authenticated, versioned REST endpoints with per-key rate limiting.

Build custom integrations and automations on top of your Massu data.

Webhooks

Team

Real-time event delivery to your systems with HMAC signature verification, retry logic, and delivery logs.

React instantly to sessions, quality changes, security alerts, and more.

PR Risk Score

Team

Automated risk assessment for pull requests combining impact, regression, security, and coupling analysis via GitHub Actions.

Catch risky PRs before they merge with objective risk scoring.

Quality Badges

Pro

Embeddable SVG badges for your repository READMEs showing quality, security, or cost scores in shields.io format.

Show off your code quality with live-updating badges.

🐍

Python Intelligence

8 tools

Full-stack code intelligence for FastAPI, SQLAlchemy, and Alembic — cross-language coupling, route analysis, model inspection, and migration tracking.

Python Imports

Pro

Index and query Python import edges across your backend codebase. Identifies relative and absolute imports, star imports, and per-symbol dependencies.

AI understands your Python dependency graph as clearly as your TypeScript one.

Python Routes

Pro

Discover and inspect all FastAPI route endpoints — methods, URL patterns, dependencies, authentication status, and response models.

AI sees the full API surface of your Python backend without reading every file.

Python Coupling

Pro

Detect cross-language coupling between TypeScript frontend code and Python backend routes. Surfaces uncoupled routes and dangling frontend fetches.

Find dead backend routes and broken frontend calls before they fail in production.

Python Models

Pro

Inspect SQLAlchemy ORM model definitions including table mappings, columns, types, nullable constraints, and foreign key relationships.

AI writes correct Python database code on the first attempt every time.

Python Migrations

Pro

Query Alembic migration history with revision chains, operation summaries, and schema drift detection against current model definitions.

Understand exactly what every migration does and whether the schema matches the models.

Python Domains

Pro

Apply domain boundary enforcement to Python files. Routes and models are assigned to business domains; cross-domain violations are detected alongside TypeScript boundary checks.

Enforce architecture boundaries consistently across both sides of the stack.

Python Impact

Pro

Full cross-language blast radius analysis for Python files. Shows TypeScript files that call affected routes and all downstream Python importers.

Know the full impact of a backend change — across languages — before touching anything.

Python Context

Pro

Rich context for any Python file: domain assignment, imports, importers, coupled frontend files, applicable governance rules, and related models.

AI gets the same deep context for Python files that it gets for TypeScript files.

🔑

License & Access

4 tools

License validation, API key management, and tier-gated tool access for cloud subscriptions.

Configurable Conventions

Free

Define project-specific coding conventions, naming rules, and architectural constraints in massu.config.yaml. All convention enforcement is config-driven.

Enforce your team standards without writing custom tooling --- config-driven conventions work out of the box.

License Validation

Pro

License validation with offline grace period. Validates API keys against the cloud license server with automatic fallback for intermittent connectivity.

Use Pro tools on planes and in restricted networks --- offline grace period keeps you productive.

API Key Management

Pro

Manage API keys for cloud sync, REST API access, and CI/CD integration. Per-key rate limiting and usage tracking included.

One key for all cloud features --- simple setup with granular usage visibility.

Tier-Gated Tool Access

Pro

Automatic tool access control based on subscription tier. Core tools are always free; Pro, Team, and Enterprise tools unlock with the corresponding subscription.

Start free with 12 core tools and unlock 72 tools as your needs grow --- no lock-in.

Lifecycle Hooks

11 Hooks. Complete Session Control.

Hooks execute automatically at key moments in every AI session, giving you programmable control over the entire lifecycle.

session-start

Inject context at the beginning of every session

session-end

Generate summaries and archive session data

post-tool-use

Capture observations after every tool call

user-prompt

Capture and analyze user prompts

pre-compact

Preserve state before context compaction

pre-delete-check

Protect files from accidental deletion

post-edit-context

Surface relevant rules after file edits

security-gate

Validate tool calls against security policies

cost-tracker

Track token usage and costs per tool call

quality-event

Detect and record quality signals after tool calls

intent-suggester

Suggest relevant commands based on prompt intent

hook: session-start

Ready to Govern Your AI Code?

72 MCP tools across four tiers. 31 commands. 11 hooks. One platform that turns AI from a gamble into an engineering process. 12 core tools free.