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
{
"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