Infisical Connector for AI agents.
9 live capabilities
Manage production secrets and environment variables through natural conversation.
Waiting for input…
Why people use Infisical
Infisical for Production Secrets Management
This Connector removes that friction. You just tell your agent what you need. You can ask it to list secrets, update a value, or pull audit logs without ever leaving your workspace. You get a direct line to your infrastructure without the manual overhead.
What Vinkius changes
You get a natural language interface for your secrets infrastructure.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Updating production credentials during an incident
A DevOps engineer needs to update a database password for production but can't find the right dashboard.
- Real-world use case 02
Performing a security audit for compliance
A security auditor needs to check who accessed the Stripe keys last night.
- Real-world use case 03
Verifying staging environment configuration
A developer is setting up a new staging environment and needs to see what secrets are already there.
Complete set · 9capabilities
The complete Infisical capability set.
These are the exact actions your AI can choose when you ask it to work with Infisical.
01—03
3 capabilities in this set.
Part of 9 available through Infisical.
- 01 Capability
List audit logs
List recent audit log entries for the project. This is essential for compliance and security monitoring.
- 02 Capability
List environments
List all environments in the configured Infisical project. Use this to discover available environments before switching context.
- 03 Capability
Create secret
Provision new configuration values or credentials into your project. This helps you set up new keys without manual entry.
04—06
3 capabilities in this set.
Part of 9 available through Infisical.
- 04 Capability
Delete secret
Remove a secret from the project permanently. Use this with caution as the action cannot be undone.
- 05 Capability
Get project info
Get information about the configured Infisical project. This is useful for checking project metadata.
- 06 Capability
Get secret
Get a specific secret by its key name. You can optionally specify a path if the secret is not at the root level.
07—09
3 capabilities in this set.
Part of 9 available through Infisical.
- 07 Capability
List identities
List all machine identities configured in the organization. This is useful for auditing automated access.
- 08 Capability
List secrets
List all secrets in a given path of the current project and environment. Use this to audit what secrets are available or to verify configuration.
- 09 Capability
Update secret
Update the value of an existing secret. The key must already exist in the project.
Set up in minutes
One URL. Then ask Infisical to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Infisical from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Infisical, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Infisical for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Infisical URL.
- Step 03
Save and start
Save the connection and enable Infisical in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"infisical": {
"url": "https://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Infisical
Open Agent mode in chat and ask: "Using Infisical, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"infisical": {
"url": "https://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Infisical
Ask Copilot: "Using Infisical, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"infisical": {
"url": "https://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Infisical
Open Cascade and ask: "Using Infisical, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"infisical": {
"url": "https://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Infisical
Ask Cline: "Using Infisical, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add infisical --transport http "https://edge.vinkius.com/vk_preview_ldGO0JB95xTZUf7eLk52XBp8d2bgs0ppYPfZvUHl/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Infisical
Ask Claude: "Using Infisical, show me...". 9 tools are ready
Where the request belongs
Work Infisical can move forward.
This is for the engineer who's tired of clicking through multiple dashboards at 2am to find a single production key. It's for the security pro who needs to audit access patterns without manual exports.
DevOps Engineer
Manages secrets across environments without switching context to the dashboard.
Security Analyst
Audits secret access patterns and identity permissions directly from the terminal.
Platform Engineer
Automates secret rotation and environment configuration workflows.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsDoppler
Manage secrets and environment variables via Doppler. list projects, audit secrets, and track activity logs from any AI agent.
HashiCorp Vault
Securely manage secrets, tokens, and encryption keys via HashiCorp Vault. read KV secrets, generate dynamic credentials, and monitor system health.
CyberArk Privilege Cloud
Manage privileged access via CyberArk. audit secure safes, checkout vaulted account passwords, monitor users, and terminate sessions directly from any AI agent.
Authing
Cloud-native identity and access management platform. manage users, roles, and security logs via AI.
Vibrato
Manage secrets and environment variables securely across your development and deployment pipeline with encrypted vaults.
Hudu
Document your IT infrastructure with password vaults, knowledge bases, and asset tracking built for managed service providers.
Bring your own AI
Change the model, client or framework. Keep Infisical connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Infisical.
The practical details behind the request, access and result.
Can I use the Infisical MCP to manage my production keys?
Yes, you can use it to manage production keys by connecting it to your Infisical project. It allows your AI agent to list, create, and update keys safely using your existing infrastructure.
How does the Infisical MCP keep my data safe?
It uses your Infisical Service Token and maintains end-to-end encryption. Your secrets stay secure within your Infisical account while you interact with them through your agent.
Can my AI agent update secrets automatically?
Yes, your agent can use the update_secret capability to change secret values. This is great for automating configuration updates without manual dashboard entry.
Does the Infisical MCP support audit logs?
Yes, it can pull recent audit logs for your project. This makes it much easier to monitor access patterns and maintain security compliance.
Can I switch between dev and prod environments?
Yes, you can use the list_environments capability to see what's available and then ask your agent to focus on a specific environment like dev or prod.
Is the Infisical MCP good for DevOps teams?
It is specifically designed for DevOps and security teams. It removes the friction of switching between dashboards and allows you to manage secrets through a natural conversation.
Is it safe to manage secrets through an AI agent?
Your credentials are stored encrypted in the Vinkius vault, transmitted only to the Infisical API at runtime. The AI agent never sees raw secret values in its context. only structured operational results.
One connection away
Give your agent a direct line to Infisical.
Connect Infisical once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available