Raz Co
11/25/2024, 4:38 PMOr Weis
11/27/2024, 3:16 PMShaked Weiss
12/18/2024, 1:07 PMShaked Weiss
12/18/2024, 5:00 PMOr Weis
12/23/2024, 8:32 AMDaniel Bass
12/24/2024, 4:11 PMShaked Weiss
12/31/2024, 2:00 PMShaked Weiss
01/16/2025, 4:00 PMDaniel Bass
02/03/2025, 3:25 PMDaniel Bass
02/25/2025, 10:26 AMGabriel L. Manor
04/01/2025, 2:53 PMShaked Weiss
04/02/2025, 1:00 PMShaked Weiss
04/02/2025, 1:47 PMOr Weis
04/11/2025, 11:25 AMShaked Weiss
04/14/2025, 2:55 PMShaked Weiss
04/21/2025, 3:12 PMShaked Weiss
04/22/2025, 4:00 PMShaked Weiss
04/23/2025, 3:13 PMShaked Weiss
04/24/2025, 3:15 PMShaked Weiss
04/25/2025, 3:33 PMDan
05/07/2025, 1:04 PMOr Weis
05/16/2025, 10:56 AMDan
05/28/2025, 4:08 PMDan
06/05/2025, 11:49 AMDan
06/08/2025, 10:35 AMGabriel L. Manor
07/07/2025, 2:19 PMOr Weis
07/15/2025, 11:33 PMOr Weis
07/17/2025, 4:58 PMOr Weis
07/23/2025, 11:38 AMpermit_fastmcp
Check it out on FastMCPโs official site: https://gofastmcp.com/integrations/permit
As well as the OSS repo itself - https://github.com/permitio/permit-fastmcp
Install
# Using UV
uv add permit-fastmcp
# Using pip
pip install permit-fastmcp
Add the Permit-FastMCP middleware
mcp = FastMCP("My MCP Server")
# Add <http://Permit.io|Permit.io> authorization middleware
mcp.add_middleware(PermitMcpMiddleware(
permit_pdp_url="<http://localhost:7766>",
permit_api_key="your-permit-api-key"
))
@mcp.tool
def my_tool(data: str) -> str:
return f"Processed: {data}"
Easily add policies with Permit s always (Policy Editor UI, API, SDK, Terraform, Rego) .Or Weis
08/21/2025, 9:24 PM