Skip to content
VS Code

agence for VS Code

io.github.l-agence/agence

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

client:VS Code transport:stdio runtime:npm

Install agence in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "agence-root",
      "description": "AGENCE_ROOT",
      "password": true
    }
  ],
  "servers": {
    "agence": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@l-agence/mcp-server-agence"
      ],
      "env": {
        "AGENCE_ROOT": "${input:agence-root}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

agence in other clients