Skip to main content
Server URL:

Claude custom connector

1

Add a custom connector

In Claude’s connector settings, create a connector named FloKit and use the server URL above.
2

Authorize with FloKit

Complete the FloKit sign-in and consent flow. The authorization server uses PKCE and issues the read-only status:read scope.
3

Verify the connection

Ask: “Give me a status update and list anything waiting for my approval.”

Claude Code

Create a token in Dashboard > Settings > Connected assistants, then add https://api.dashboard.flokitai.com/mcp as an HTTP MCP server. Store the Authorization header in Claude Code’s protected credential configuration using the format Bearer <token>. Do not put the token directly in a shell command: command arguments and shell history may be visible to other processes or users. Confirm it with claude mcp list.
Treat the token like a password. Store it outside source control and revoke it from Connected assistants when it is no longer needed.