Catalog
MCP
Officialby policyforge
Generate, audit, and maintain legal policies that match what your code actually does.
Generate, audit, and maintain legal policies that match what your code actually does.
README not available yet.
Install
Configuration
Environment variables
POLICYFORGE_API_KEYrequiredsecretPolicyForge API key — create one at https://policyforge.co/api-dashboard
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@policyforge/mcp@0.3.1"
],
"env": {
"POLICYFORGE_API_KEY": "<YOUR_POLICYFORGE_API_KEY>"
}
}
}
}