How to Use the Infisical MCP in Windsurf
Let Windsurf autonomously manage, rotate, and audit your Infisical secrets directly inside your active workspace.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Infisical MCP to Windsurf
Create your Vinkius account to connect Infisical 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.
Windsurf Cascade chains complete secret rotations
Cascade doesn't stop at telling you an Infisical secret is expired. It reads your Windsurf workspace context, pulls the current configuration using `get_secret`, and plans the entire rotation path. You set the goal, and the Windsurf agent executes the update across your dev, staging, or production environments without requiring a manual prompt for every single step. The Windsurf agent checks which environments exist via `list_environments`, writes the new key-value pair with `create_secret`, and cleans up stale configurations using `delete_secret`. This MCP Server integration means Cascade handles the dirty work of Infisical secret lifecycle management while you focus on writing code.
Multi-environment audit and verification
Keeping track of who changed what in your Infisical secret store usually requires leaving your Windsurf editor. With this MCP Server, Windsurf queries your configuration history on the fly. Cascade pulls live operational data so you can see exactly which keys are active in each path. The Windsurf agent runs `list_secrets` to compare active keys across paths, then calls `list_audit_logs` to verify recent modifications. If an Infisical environment variable mismatch breaks your local Windsurf build, your agent finds the exact delta without you opening a browser tab.
Machine identity and access compliance
Securing automated pipelines requires knowing which machine identities have access to your Infisical vault. Windsurf accesses this metadata directly, letting you audit organizational access configurations without switching Cascade to an external command-line interface. By invoking `list_identities`, Cascade maps out every machine identity configured in your Infisical organization. If you need to verify project scope or check configuration parameters, the Windsurf agent runs `get_project_info` to confirm everything matches your team's security policies.
Set up Infisical 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 Infisical 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 Infisical payment history." If connected, Cascade will call the Infisical tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"infisical-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 Infisical. 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 Infisical MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Infisical MCP today
We host it, we monitor it, we maintain it. You just paste one token.