Skip to content
Cursor

agence for Cursor

io.github.l-agence/agence

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

client:Cursor transport:stdio runtime:npm

Install agence in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "env": {
        "AGENCE_ROOT": "<AGENCE_ROOT>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agence in other clients