Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-l-agence-agence": {
"args": [
"-y",
"of"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Author: Stephane Korning · 2026 · MIT + Commons Clause
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'of' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked of against OSV.dev.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml
Dynamic problem-solving through sequential thought chains
Persistent memory using a knowledge graph
An autonomous agent that conducts deep research on any data using any LLM providers
🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, distributed swarm intelligence, RAG integration, and native Claude Code / Codex Integration
MCP Security Weekly
Get CVE alerts and security updates for io.github.l-agence/agence and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Author: Stephane Korning · 2026 · MIT + Commons Clause
Version: v1.0.0 · May 2026
The governance layer for AI coding agents.
Every agent action classified, gated, and cryptographically logged — regardless of which LLM or tool runs it.
Your AI coding agents can write code. They can commit, push, delete, refactor.
But who's watching them?
Claude Code has no audit trail. Aider trusts the user. Codex sandboxes everything and hopes for the best. LangChain gives you building blocks but no guardrails.
Agence exists because advisory guardrails aren't guardrails at all. It's the layer that sits between any AI agent and your filesystem and says "not without approval."
Agence is an agent-agnostic governance stack for software engineering. It doesn't replace your coding agent — it governs, orchestrates, and audits all of them from a single control plane.
Command Gating — Every shell command is classified before execution:
| Tier | Gate | Example |
|---|---|---|
| T0 | Auto-execute | git status, ls, cat |
| T1 | Logged | git add, git commit |
| T2 | Human approval required | git push, git reset |
| T3 | Blocked | rm -rf, chmod 777, kill |
Unknown commands default to T2. Not T0. Fail-closed. The guard runs as a separate process — agents cannot bypass their own policy.
Cryptographic Audit — Every agent decision is logged to a Merkle-chained, append-only ledger. Each entry links to the previous via SHA-256. Tamper with one entry and the chain breaks. Verify with: agence ^ledger verify.
Multi-Agent Orchestration — 18 agents across 4 types (persona, tool, loop, ensemble). Route with @agent syntax. Override models with dot-notation: @ralph.gpt4o. Dispatch to Aider, Claude Code, Copilot, or your own tools — all governed by the same policy.
Peer Consensus — Route any question to 3 independent LLMs and get weighted consensus. Your architecture review shouldn't depend on one model's blind spots.
Session Persistence — Save, resume, and hand off sessions between agents. Full context survives restarts. Automatic tmux capture of stdout/stdin/stderr — no 16KB buffer limits.
Git-Native — No database. No server. State lives in git worktrees and flat files. Knowledge is sharded, gated, and selectively routed — you decide what gets shared.
| 30,701 | Lines of production code (23.9K TypeScript + 6.8K bash) |
| 751 | Tests with 1,768 assertions across 21 files |
| 279 | Security-specific tests (guard + hardening + SEC regressions) |
| 9 | Red-team cycles completed (SEC-008 through SEC-019) |
| 33+ | Orchestration skills (^fix, ^review, ^hack, ^peers, ^vault...) |
| 18 | Registered agents (10 persona, 5 tool, 1 loop, 2 ensemble) |
| 12 | LLM providers (Anthropic, OpenAI, Azure, Google, Mistral, Groq, Ollama...) |
| 10 | MCP tools + 3 MCP resources (Model Context Protocol server) |
| 3 | Dependencies total (MCP SDK, Bun, Zod) |
| 0 | Databases required |
rm -rfAgence governs all of the above.
[![GitHub Marketplace](https://img.shields.io/badge/GitHub%20Marketplace-Agence%20Guard-red?logo=githu