How to Use the Frontegg MCP in Windsurf
Let Windsurf's Cascade agent build and manage your entire Frontegg tenant structure, from creation to user provisioning, in a single step.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Frontegg MCP to Windsurf
Create your Vinkius account to connect Frontegg to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build and Tear Down Tenant Workflows
This isn't about running one command at a time. Tell Cascade your goal, like "Set up a new enterprise customer named 'Acme Corp' and give them an admin." It chains the tools together for you, running `create_tenant` and then immediately using the new ID to `create_user` without stopping. It works just as well for cleanup. You can create a simple goal to find and remove old test accounts. Cascade will `list_tenants`, filter them by name or age, and then execute `delete_tenant` on each one. It's a full, autonomous workflow, not just a single command.
Automate User Lifecycle Management
Stop managing users by hand in a web UI. Connect this Frontegg server and let your agent handle it. You can build a Cascade workflow that watches for new signups, then automatically runs `create_user` in the correct tenant and assigns a default role from `list_system_roles`. When a user needs to be offboarded, the process is the same. Just tell Windsurf to remove them. It will find the right account with `get_user_details` and then run `delete_user`. It’s identity management that runs itself.
Run Security Audits with Your MCP Server
You need to know who has access to what. Instead of manually pulling reports, have Cascade do it on a schedule. It can `list_tenants`, loop through every account, and then run `list_users` and `list_permissions` for each one. This gives you a complete picture of your access control model. Cascade can output the results to a file or even compare it against a known-good state. You set the policy, and your agent does the tedious work of checking it.
Set up Frontegg MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the Frontegg MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my Frontegg payment history." If connected, Cascade will call the Frontegg tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"frontegg-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by Frontegg. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Frontegg MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Frontegg MCP today
We host it, we monitor it, we maintain it. You just paste one token.