ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Permify with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage fine-grained authorization and access control via Permify. write schemas, manage relation tuples, and perform real-time permission checks.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 21 capabilities

The complete Permify capability set.

These are the exact actions your AI can choose when you ask it to work with Permify.

Capability set01 / 06

01-04

4 capabilities in this set.

Part of 21 available through Permify.

  1. 01

    Bulk check permissions

    Check multiple permissions in a single request

  2. 02

    Check permission

    Perform a resource-based authorization check

  3. 03

    Lookup entity

    Find which resources a user can perform an action on

  4. 04

    Read attributes

    Query stored attributes

Capability set02 / 06

05-08

4 capabilities in this set.

Part of 21 available through Permify.

  1. 05

    Run bundle

    Execute a predefined bundle

  2. 06

    Write data

    Create relation tuples and attribute data

  3. 07

    List tenants

    List all Permify tenants

  4. 08

    Lookup subject

    Find which subjects can do an action on an entity

Capability set03 / 06

09-12

4 capabilities in this set.

Part of 21 available through Permify.

  1. 09

    Read bundle

    Retrieve details of a specific bundle

  2. 10

    Read relationships

    Query stored relational tuples

  3. 11

    Read schema

    Inspect a specific schema version

  4. 12

    Create tenant

    Create a new Permify tenant

Capability set04 / 06

13-15

3 capabilities in this set.

Part of 21 available through Permify.

  1. 13

    Delete bundle

    Delete a predefined bundle

  2. 14

    Delete data

    Delete relation tuples and attributes

  3. 15

    Delete tenant

    Delete a Permify tenant

Capability set05 / 06

16-18

3 capabilities in this set.

Part of 21 available through Permify.

  1. 16

    Expand permissions

    Retrieve all subjects that have a relationship with an entity

  2. 17

    List schemas

    List all schema versions for a tenant

  3. 18

    Subject permission

    List which permissions a user can perform on an entity

Capability set06 / 06

19-21

3 capabilities in this set.

Part of 21 available through Permify.

  1. 19

    Write bundle

    Define or update data bundles

  2. 20

    Write schema

    Write an authorization model schema

  3. 21

    Partial write schema

    Partially update an authorization model

Observed, not estimated

951ms average. Fast in production.

Permify is checked daily against the live service.

Daily averagePeak 1222ms
Aug 20Today
Fastest day
846ms
Slowest day
1222ms
14-day trend
Stable-2%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 21 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Permify, so you can see the experience inside your AI.

It does not authenticate your account with Permify. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Permify Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_Lj3zVVVKVoHoqSvO650xPkcUTwv8Ivlhnr8cxNaW/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Permify capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "permify-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_Lj3zVVVKVoHoqSvO650xPkcUTwv8Ivlhnr8cxNaW/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Permify owners ask.

  • 01

    Can I check permissions for multiple users or resources at once?

    Yes! Use the bulk_check_permissions capability. It allows you to send a list of check requests in a single call, making it efficient for auditing complex views or batch processing.

  • 02

    How do I update only a small part of my authorization model?

    You can use the partial_write_schema capability. Instead of overwriting the entire model, you provide a map of entity updates to modify specific parts of your schema.

  • 03

    Is it possible to manage isolated environments for different customers?

    Absolutely. Use the create_tenant capability to spin up new isolated authorization silos. You can then use list_tenants to keep track of all active environments.