mcpbeat Sign in

Agence MCP Server

local only

Agence runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 11 May 2026.

AI governance MCP server — policy enforcement, skills, memory, multi-LLM consensus

Installs per day peak 11 · avg 5 · +78% w/w
a month agotoday
39
Installs / week
npm · @l-agence/mcp-server-agence
4
Stars
0 open issues
11 May 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const result = Bun.spawnSync(
Asks for container control access lib/drivers/docker.sh:52
    --cap-add SYS_ADMIN \

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add agence -- npx -y @l-agence/mcp-server-agence
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agence": {
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agence]
command = "npx"
args = ["-y", "@l-agence/mcp-server-agence"]
.cursor/mcp.json
{
  "mcpServers": {
    "agence": {
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agence": {
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AGENCE_ROOT (Path to agence installation root (auto-detected if installed via npm)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Agence

same job, measured the same way
Fulcrum
by dewars30

AI governance MCP server for policy enforcement, cost control, and observability.

65 installs/wk local only
Tork Governance
by torkjacobs

AI agent governance for MCP: PII detection, policy enforcement, compliance, and kill switch.

45 installs/wk local only
Meok Governance Engine MCP
by csoai-org

Governance Engine MCP Server by MEOK AI Labs

338 installs/wk local only
Aaa MCP
by ariffazil

Constitutional AI Governance with 13 enforced floors (F1-F13) and tri-witness consensus for LLMs.

local only
Healthcare AI Governance MCP
by csoai-org

Healthcare Ai Governance MCP Server by MEOK AI Labs

210 installs/wk local only
Palveron MCP Server
by palveron

Early access - AI governance gateway for MCP tool calls (policies, PII masking, audit).

52 installs/wk local only
Drone Airspace Governance MCP
by csoai-org

Drone Airspace Governance MCP Server by MEOK AI Labs

283 installs/wk local only
Bulwark
by bpolania

AI agent governance: content scanning, audit logs, policy evaluation, session management.

local only

Agence — questions

Answers built from our own checks of this server.

Why is there no uptime for Agence?
Agence runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @l-agence/mcp-server-agence was installed 39 times last week.
How do I connect Agence?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @l-agence/mcp-server-agence straight from npm; nothing to host, nothing to sign up for.
How many people use Agence?
The npm package @l-agence/mcp-server-agence was installed 39 times in the last week. Week over week that is +78%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Agence open source?
We cannot say either way: written in TypeScript and 4 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.