Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Codinfy Agent Monitor

БесплатноНе проверен

Provides real-time monitoring of AI agents, context, usage limits, workflows, files, Git, tests, builds, errors, secrets, and model-economy advice for tools lik

GitHubEmbed

Описание

Provides real-time monitoring of AI agents, context, usage limits, workflows, files, Git, tests, builds, errors, secrets, and model-economy advice for tools like Claude Code, Codex, and Cursor, with 30 MCP tools for comprehensive observability.

README

Codinfy



Codinfy Agent Monitor

Real-time mission control for AI engineering teams.

Observe agents, context, limits, workflows, Git, security and model economy from one local-first command center.


CI Version MCP Node License

Stars Forks Last commit TypeScript


Demo · v0.2.0 · Quick start · Command center · MCP API · Security · Contributing · License


Animated Codinfy Agent Monitor glass mission-control dashboard


◈ Live dashboard demo

Mission-control showcase

Codinfy Agent Monitor immersive mission-control dashboard with workflow rail, agent radar, timeline, limits and AI Credit Saver

Click the image to explore the full-resolution command-center showcase.

Live local interface — /codinfy

Live Codinfy Agent Monitor local glass dashboard at the official codinfy route

Captured from the working local dashboard with live events, project health and release-safety views.

✨ What's new in v0.2.0

Area v0.2.0 update
Node Server Monitor Cross-platform live inventory for Node/Bun/Deno servers, ports, framework, detected project, CPU, memory, uptime, orphan candidates, conflicts, and protected processes
Safe process control Live identity revalidation, explicit confirmation before stop, protected-process refusal, and Force Kill locked behind a failed graceful stop plus a second confirmation
MCP Update Center SemVer comparison with the official GitHub release, release notes, breaking changes, install-method detection, preflight, backup, confirmed npm update, and rollback
Developer cockpit Ten new routes: Node servers, ports, process map, resources, updates, release notes, backups, doctor, recovery, and notifications
Continuity & health Checksum-protected configuration backup/restore, MCP Health Doctor, read-only session recovery, Resource Guard, and local notification settings
Expanded MCP/CLI 66 MCP tools plus nested node, update, and backup command families. Auto-install stays OFF and model switching remains confirmation-only

Read the complete v0.2.0 changelog · Open the design specifications


✦ The mission

AI agents move fast. Their context, tool calls, file changes, limits and failures usually remain scattered across terminals and provider interfaces. Codinfy Agent Monitor turns that invisible activity into a single operational picture.

Mission system What it reveals
🛰️ Agent Radar Active, idle, thinking, running, blocked, failed and completed agents
Context & Limits Context, current rate, daily and weekly usage with official/estimated provenance
Workflow Pulse Tasks, owners, progress, blockers, files and a real-time event timeline
AI Credit Saver Model Need Score, safer model category and estimated token/cost savings
Safe Guard Secret scanning, sensitive-file detection and review before commit
Dev Operations Git state, tests, builds, environment and public-ready checks
Codix Observer Context-aware recommendations for risk, economy and next actions
Universal MCP Claude Code, Codex, Cursor, Windsurf and other MCP-compatible hosts

[!IMPORTANT] Exact provider limits are displayed as official only when a host or adapter supplies them directly. Otherwise the interface clearly enables estimate mode. Codinfy Agent Monitor never presents a local estimate as provider truth.

⚡ Launch in 60 seconds

01 — Install from source
git clone https://github.com/bakalagoin/codinfy-agent-monitor.git
cd codinfy-agent-monitor
corepack enable
pnpm install
pnpm build
pnpm --filter codinfy-agent-monitor link --global
02 — Initialize the local command center
codinfy-agent-monitor init
codinfy-agent-monitor status

Your private operational data is created inside .codinfy-agent-monitor/ and excluded from Git.

03 — Open the animated TUI or local glass dashboard
# Animated terminal mission control
codinfy-agent-monitor watch

# Local Fastify + WebSocket dashboard
codinfy-agent-monitor web

Open http://localhost:3579/codinfy. /dashboard and /codinfy-agent-monitor remain supported aliases. The server binds to 127.0.0.1 and rejects foreign Host/Origin values.

Without a global link:

pnpm codinfy status
pnpm codinfy watch
pnpm mcp

◫ Command center

╭────────────────── Codinfy Agent Monitor ──────────────────╮
│ Project: codinfy-agent-monitor                             │
│ Active AI: Codex · Command: /codinfy                       │
│ MCP: codinfy-agent-monitor                                 │
├────────────────────────────────────────────────────────────┤
│ Context used           ██████████████░░░░░░ 68% official   │
│ Current rate           ████████░░░░░░░░░░░░ 42% estimated  │
│ Daily limit            ████████████████░░░░ 81% estimated  │
│ Weekly limit           ████████░░░░░░░░░░░░ 42% estimated  │
├────────────── AI Credit Saver & Smart Router ──────────────┤
│ Current model: Premium Reasoning                           │
│ Recommended: Standard Code · estimated saving: 45%         │
│ Model switch: confirmation required                        │
├────────────────────────────────────────────────────────────┤
│ Agents: 5 active · 3 idle · Workflow: 7 tasks              │
│ ✓ secrets.clean  ✓ tests.passed  ✓ build.passed            │
╰────────────────────────────────────────────────────────────╯
  © CODINFY PLATFORMS SASU · codinfy.com
Interface Command Experience
Snapshot codinfy-agent-monitor status Fast operational overview
Animated TUI codinfy-agent-monitor watch Live terminal bars and agent activity
Web glass UI codinfy-agent-monitor web Responsive local dashboard + WebSocket
MCP server codinfy-agent-monitor mcp Tool API for compatible AI environments
Slash command /codinfy Native host-oriented monitoring flow

⌘ Operator commands

Monitoring & workflow
codinfy-agent-monitor status
codinfy-agent-monitor agents
codinfy-agent-monitor context
codinfy-agent-monitor limits
codinfy-agent-monitor workflow
codinfy-agent-monitor tasks
codinfy-agent-monitor timeline
codinfy-agent-monitor files
codinfy-agent-monitor health
Engineering, Git & release safety
codinfy-agent-monitor git
codinfy-agent-monitor diff --full
codinfy-agent-monitor tests --run
codinfy-agent-monitor build --run
codinfy-agent-monitor observer
codinfy-agent-monitor deps
codinfy-agent-monitor history
codinfy-agent-monitor export --format html
codinfy-agent-monitor secrets
codinfy-agent-monitor check-command "git push --force"
codinfy-agent-monitor attribution-check
codinfy-agent-monitor review
codinfy-agent-monitor public-ready
codinfy-agent-monitor commit-message
codinfy-agent-monitor pr
codinfy-agent-monitor docs-check
codinfy-agent-monitor handoff
AI Credit Saver & Smart Model Router
codinfy-agent-monitor saver
codinfy-agent-monitor budget
codinfy-agent-monitor cost
codinfy-agent-monitor model-score "audit the authentication architecture"
codinfy-agent-monitor model-advice "update the README"
codinfy-agent-monitor model-rules
codinfy-agent-monitor switch-model standard_code
codinfy-agent-monitor economy-plan

The router recommends configurable categories — fast_cheap, standard_code, advanced_code or premium_reasoning — instead of hard-coding provider model names. It never changes the active model without confirmation.

Beginner & guided mode
codinfy-agent-monitor beginner
codinfy-agent-monitor next
codinfy-agent-monitor checklist
codinfy-agent-monitor glossary
codinfy-agent-monitor explain-error
codinfy-agent-monitor simple-report
codinfy-agent-monitor install-guide
codinfy-agent-monitor github-guide
codinfy-agent-monitor learn
Language, user level & environment
codinfy-agent-monitor language auto
codinfy-agent-monitor language fr
codinfy-agent-monitor level beginner
codinfy-agent-monitor level expert
codinfy-agent-monitor safe on
codinfy-agent-monitor environment
codinfy-agent-monitor doctor
Node servers, ports & resources — v0.2.0
codinfy-agent-monitor node servers
codinfy-agent-monitor node ports
codinfy-agent-monitor node orphans
codinfy-agent-monitor node inspect 24132
codinfy-agent-monitor node cleanup
codinfy-agent-monitor process-map
codinfy-agent-monitor resource-guard

Stopping a process requires node stop <pid> --confirm. Force Kill additionally requires --graceful-attempted and a second confirmation. Protected or unidentified processes remain inspect-only.

Update Center, backup & recovery — v0.2.0
codinfy-agent-monitor update check
codinfy-agent-monitor update changelog
codinfy-agent-monitor update preflight
codinfy-agent-monitor update settings
codinfy-agent-monitor backup
codinfy-agent-monitor backup list
codinfy-agent-monitor doctor
codinfy-agent-monitor recovery
codinfy-agent-monitor notifications

Auto-install is always OFF. update install, update rollback, and backup restore require explicit confirmation and create or validate safety backups.

⬡ MCP Tool API

Start the local stdio server:

codinfy-agent-monitor mcp
{
  "mcpServers": {
    "codinfy-agent-monitor": {
      "command": "codinfy-agent-monitor",
      "args": ["mcp"]
    }
  }
}
Tool domain MCP tools
Status monitor.status, monitor.open_dashboard, monitor.get_attribution
Agents monitor.list_agents, monitor.register_agent, monitor.update_agent_state
Usage monitor.get_context_usage, monitor.get_rate_limit_status, monitor.get_daily_usage, monitor.get_weekly_usage
Model economy monitor.get_model_advice, monitor.get_model_score, monitor.get_budget_status, monitor.get_economy_plan
Workflow monitor.create_task, monitor.update_task, monitor.list_tasks, monitor.get_workflow, monitor.timeline
Engineering monitor.git_status, monitor.git_diff, monitor.test_status, monitor.build_status, monitor.environment_status, monitor.dependency_health, monitor.check_command
Release monitor.commit_message, monitor.pr_summary, monitor.docs_check, monitor.handoff
Guided monitor.simple_report, monitor.explain_error, monitor.model_rules, monitor.switch_model
Trust monitor.scan_secrets, monitor.review_before_commit, monitor.alerts, monitor.recommendations, monitor.observer
Reports monitor.export_report, monitor.get_cost_estimate
Node runtime monitor.node_servers, monitor.node_ports, monitor.node_orphans, monitor.node_inspect_process, monitor.node_refresh, monitor.node_cleanup_recommendations
Process safety monitor.node_stop_process, monitor.node_kill_process, monitor.port_conflicts, monitor.project_process_map, monitor.resource_guard
Updates monitor.update_check, monitor.update_status, monitor.update_changelog, monitor.update_install, monitor.update_rollback, monitor.update_settings, monitor.update_history
Continuity monitor.backup_create, monitor.backup_list, monitor.backup_restore, monitor.health_doctor, monitor.session_recovery, monitor.notifications

The integration test launches the built stdio server, connects an MCP client, lists tools and calls monitor.get_attribution.

⇄ AI environment adapters

Claude Code
slash command + safe hook + MCP
Codex
config.toml + AGENTS.md + MCP
Cursor
mcp.json + rule + skill
Windsurf
MCP config + /codinfy rule

Ready-to-copy templates live under templates/. If a host does not expose custom slash commands, the CLI, TUI and local web dashboard remain universal fallbacks.

⎔ Architecture

flowchart LR
  subgraph Hosts[AI environments]
    Claude[Claude Code]
    Codex[Codex]
    Cursor[Cursor]
    Windsurf[Windsurf]
  end

  subgraph Interfaces[Codinfy interfaces]
    MCP[MCP stdio · 66 tools]
    CLI[CLI · /codinfy]
    TUI[Animated Ink TUI]
    WEB[Fastify + WebSocket]
  end

  CORE[Core monitoring engine]
  DB[(Local SQLite · WAL)]
  OPS[Git · Tests · Build · Environment]
  TRUST[Secret Scanner · Safe Guard · Review]
  ROUTER[AI Credit Saver · Model Router]

  Claude & Codex & Cursor & Windsurf --> MCP
  MCP & CLI & TUI & WEB --> CORE
  CORE --> DB
  CORE --> OPS
  CORE --> TRUST
  CORE --> ROUTER
packages/core          domain, SQLite, Git, security, model router, reports
packages/cli           codinfy-agent-monitor + codinfy-monitor binaries
packages/tui           animated Ink terminal mission control
packages/server        local Fastify + WebSocket glass dashboard
packages/mcp-server    stdio MCP server codinfy-agent-monitor
packages/adapter-*     Claude Code, Codex, Cursor and Windsurf metadata
templates/             ready-to-copy /codinfy and MCP integrations

See the full architecture guide.

⛨ Trust center

Control Default
Data location Local .codinfy-agent-monitor/ directory
Dashboard exposure Loopback only — 127.0.0.1
Secret output Redacted before CLI, MCP and report output
Project commands Tests/build run only with explicit --run
Model switching Never automatic; confirmation is mandatory
Git behavior Read-only monitoring; no implicit commit or push
Public-ready gate Secrets + attribution + tests + build + sensitive files

[!CAUTION] Never paste API keys, tokens, passwords, .env content, private logs or production credentials into a public issue. Use private vulnerability reporting.

Read the Security Policy · Read the threat model

▣ Requirements

Runtime Requirement
Node.js >= 22.13.0 for the built-in node:sqlite local store
pnpm >= 10
Git Recommended for file and repository monitoring
Platforms Windows, macOS and Linux by design

◇ Build with us

corepack pnpm install
pnpm check

pnpm check runs lint, 31 tests — including live MCP stdio, host-hook and complete dashboard-route tests — TypeScript build, formatting, secret scanning and attribution validation.

Guide Purpose
CONTRIBUTING.md Local setup, branch flow and PR checklist
SECURITY.md Private disclosure and support policy
LICENSE Codinfy Attribution License 1.0
CHANGELOG.md Release history
Documentation Installation, usage, MCP and security

◉ Local storage

Open the private data layout
.codinfy-agent-monitor/
├── config.json
├── metrics.sqlite
├── sessions/
├── agents/
├── workflows/
├── logs/
├── reports/
└── cache/

The entire directory is ignored by Git. .env*, credentials, logs, build output and local reports are never intended for publication.

⚖ License & attribution

This public repository is distributed under the custom Codinfy Agent Monitor Attribution License 1.0. Because it protects product identity and carries enhanced attribution conditions, it may be classified as source-available rather than OSI open source. Qualified legal review is recommended before high-stakes reliance.

The following identity must remain visible in copies, forks, distributions, interfaces, reports, exports and modified versions:

Codinfy Agent Monitor
/codinfy
codinfy-agent-monitor
© CODINFY PLATFORMS SASU
codinfy.com
Created by CODINFY PLATFORMS SASU
Bakala Goin — Founder & CEO

Codinfy

Connect with Codinfy

Website Facebook Instagram LinkedIn

Bakala Goin — Founder & CEO

Facebook Instagram LinkedIn TikTok X



Created by CODINFY PLATFORMS SASU
Bakala Goin — Founder & CEO
codinfy.com


© CODINFY PLATFORMS SASU · codinfy.com

from github.com/bakalagoin/codinfy-agent-monitor

Установка Codinfy Agent Monitor

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/bakalagoin/codinfy-agent-monitor

FAQ

Codinfy Agent Monitor MCP бесплатный?

Да, Codinfy Agent Monitor MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Codinfy Agent Monitor?

Нет, Codinfy Agent Monitor работает без API-ключей и переменных окружения.

Codinfy Agent Monitor — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Codinfy Agent Monitor в Claude Desktop, Claude Code или Cursor?

Открой Codinfy Agent Monitor на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Codinfy Agent Monitor with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development