← Index

io.github.l-agence/agence

io.github.l-agence/agence·v1.0.0·AI & LLMs
Quality Score
85
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agence": {
      "command": "npx",
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "env": {
        "AGENCE_ROOT": "<agence_root>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agence": {
      "command": "npx",
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "env": {
        "AGENCE_ROOT": "<agence_root>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @l-agence/mcp-server-agence
§02  Environment variables
AGENCE_ROOT

Path to agence installation root (auto-detected if installed via npm)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs