HomeProductivity › mcp

mcp

Generate, audit, and maintain legal policies that match what your code actually does.

TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-02

Topics: Legal

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://policyforge.co/api/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://policyforge.co/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://policyforge.co/api/mcp"
    }
  }
}

Package (npm 0.6.1)

npx -y @policyforge/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@policyforge/[email protected]"
      ],
      "env": {
        "POLICYFORGE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • POLICYFORGE_API_KEY required secret — PolicyForge API key — create one at https://policyforge.co/api-dashboard

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry