Vinkius
Infisical

Infisical MCP. Manage secrets, keys, and access from your chat client.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Infisical MCP on Cursor AI Code Editor MCP Client Infisical MCP on Claude Desktop App MCP Integration Infisical MCP on OpenAI Agents SDK MCP Compatible Infisical MCP on Visual Studio Code MCP Extension Client Infisical MCP on GitHub Copilot AI Agent MCP Integration Infisical MCP on Google Gemini AI MCP Integration Infisical MCP on Lovable AI Development MCP Client Infisical MCP on Mistral AI Agents MCP Compatible Infisical MCP on Amazon AWS Bedrock MCP Support

Just plug in your AI agents and start using Vinkius.

Infisical. Manage your secrets infrastructure directly from your AI client. This server lets you list, create, update, and delete secrets across multiple environments (dev, staging, prod) and audit access patterns using natural language commands.

It's your full-stack secret management console, built into your chat agent.

What your AI agents can do

Create secret

Creates a new secret value or credential at a specified path in the Infisical project.

Delete secret

Permanently removes an existing secret from the Infisical project. Use this with caution.

Get project info

Retrieves metadata and configuration details for the entire Infisical project.

+ 6 more capabilities included
Audit access and track changes

The server fetches and displays detailed audit logs and lists all service identities, giving you a clear picture of who is accessing the secrets store.

Provision and modify credentials

You can create new secrets (create_secret), fetch existing values (get_secret), and update values (update_secret) without leaving your current workflow.

Manage environment context

The server lists all configured environments (list_environments) and allows you to target secrets within specific contexts (e.g., production vs. staging).

Inspect the entire secret catalog

You can list all secrets in a given path (list_secrets) or check the overall configuration of the Infisical project (get_project_info).

Remove secrets safely

The server provides a controlled way to delete secrets (delete_secret), which is critical for compliance cleanup.

Supported MCP Clients

OAuth 2.0 Compatible
Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
Vinkius runs on Zendesk Zendesk
+ other MCP clients
Included with Plan

Waiting for input…

AI Agent

Make your AI actually useful.

Add this MCP to Claude, Cursor, or Windsurf and your AI stops guessing. It gets real tools to look things up, take action, and handle the stuff you keep doing by hand.

Start using Infisical on Vinkius
create019d8448

create secret

Creates a new secret value or credential at a specified path in the Infisical project.

delete019d8448

delete secret

Permanently removes an existing secret from the Infisical project. Use this with caution.

get019d8448

get project info

Retrieves metadata and configuration details for the entire Infisical project.

get019d8448

get secret

Fetches the value of a specific secret using its exact key name and optional path.

list019d8448

list audit logs

Lists recent audit log entries, essential for checking compliance and tracking access history.

list019d8448

list environments

Lists all configured environments (like dev, staging, prod) available for the project.

list019d8448

list identities

Lists all machine identities configured in the organization for access control review.

list019d8448

list secrets

Lists all secrets within a given path or the project root to verify existing configurations.

update019d8448

update secret

Changes the value of an existing secret credential without recreating the key.

Choose How to Get Started

Build a custom MCP for your own tools, or connect a ready-made integration from our catalog.

Build Your Own

Turn any API into an MCP. Import a spec, define Agent Skills, or deploy with MCPFusion.

  • Import from OpenAPI, Swagger, or YAML specs
  • Create Agent Skills with progressive disclosure
  • Deploy to edge with MCPFusion framework
  • Built in DLP, auth, and compliance on every call
  • Real time usage dashboard and cost metering
  • Publish to catalog or keep private
Start building

Make Your AI Do More

Start with Infisical, then connect any of our 4,800+ other servers whenever your AI needs more. One click, no limits.

  • Use this MCP plus 4,800+ others, all in one place
  • Add new capabilities to your AI anytime you want
  • Every connection is secured and compliant automatically
  • Track usage and costs across all your servers
  • Works with Claude, ChatGPT, Cursor, and more
  • New servers added to the catalog every week
Infisical MCP server cover

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.

VINKIUS INFRASTRUCTURE

Cloud Hosted

Managed infra

V8 Isolated

Sandboxed per request

Zero-Trust Proxy

No stored credentials

DLP Enforced

Policy on every call

GDPR Compliant

EU data residency

Token Compression

~60% cost reduction

Your data is protected. See how we built it.

Works with Claude, ChatGPT, Cursor, and more

The Model Context Protocol standardizes how applications expose capabilities to LLMs. Instead of operating in isolation, your AI gains direct access to external platforms, live data, and real-world actions through secure, standardized connections.

This server provides 9 capabilities that interface natively with Claude, ChatGPT, Cursor, and any MCP client. No middleware. No custom integration required.

Secrets management used to require a dozen clicks and a full context switch.

Before this server, updating a credential meant jumping into the Infisical dashboard. You'd click 'Environment,' select 'Staging,' navigate to the 'Database' section, find the key, and then copy the value. If you were working on multiple keys or multiple environments, that process repeated dozens of times, and you'd lose track of which secret belonged where.

Now, you just talk to your agent. You tell it, 'Update the staging database password.' The agent calls the `update_secret` tool, runs the change, and gives you confirmation. The entire operation stays in your chat window, making it fast and traceable.

Infisical MCP Server: Manage secrets, keys, and access

The granular control is the biggest win. You can't just change a key; you can audit it first using `list_audit_logs` to see who changed it last. Then, you can list all identities using `list_identities` to verify permissions before you even touch the secret. It's a controlled, auditable workflow, not just a single action.

This means you can build complex, multi-step workflows—like 'Check environments, list secrets, then update the primary key'—all in one conversation. You're not just calling a tool; you're automating a security process.

What you can do with this MCP connector

You're gonna manage your whole secrets infrastructure right from your AI client. This server lets your agent list, create, update, and delete credentials across multiple environments (dev, staging, prod), and it'll even let you audit access patterns just by talking to it. It's your full-stack secret console, built right into your chat agent.

Provisioning and Modifying Credentials

Your agent can create a new secret value or credential at any path in the Infisical project using create_secret. It can fetch an existing secret's value using get_secret with its exact key name and an optional path. If a value changes, it'll update an existing secret credential without having to rebuild the key using update_secret.

You can also permanently remove a secret using delete_secret, which is critical for cleanup and compliance.

Inspecting the Entire Secret Catalog

Need to see what secrets you've got? You can list all secrets within a specific path or check the whole project's configuration details using list_secrets or get_project_info. To figure out what environments exist for the project, your agent runs list_environments.

Audit and Identity Management

To track who's doing what, your agent runs list_audit_logs to get recent audit entries, which is essential for compliance and tracking access history. It also runs list_identities to list all machine identities configured in the organization, letting you review who has access. You can also use list_secrets to check existing configurations for secrets in a given path or the project root.

You'll use these tools to target secrets in specific contexts—for example, making sure you're working on the production versus staging secrets.

Built · Hosted · Managed by Vinkius Infisical MCP Server - Manage Secrets & Credentials Server ID 019d84ae-6875-7332-9932-746db88579bf
Vinkius Inspector
Compliance Grade A+
Score 100/100
Vinkius Inspector Badge — Score 100/100

Common Questions About Infisical MCP

How do I list all secrets in the production environment using the list_secrets tool? +

You need to ask your agent to run list_secrets and specify the environment and path. The tool targets secrets in a given path and context, so specifying the environment is key to getting the right list.

Can I use the create_secret tool to add a key to a specific project? +

Yes, the create_secret tool provisions a new secret value. You just need to tell the agent the exact path and the desired key name for the new credential.

What is the difference between list_secrets and get_secret? +

list_secrets shows you what secrets exist in a path. get_secret actually fetches and returns the value of a single, specific secret.

Do I need to use the list_identities tool to manage access? +

The list_identities tool lists all service identities. This is how you audit who has access to the secrets store, which is a critical step in any access review.

Is the delete_secret tool irreversible? +

Yes, delete_secret permanently removes a secret. The description explicitly warns that this action cannot be undone, so always confirm before proceeding.

How do I use the list_audit_logs tool to check for compliance violations? +

The list_audit_logs tool fetches detailed records of access and changes. You can filter these logs by date range or user ID to pinpoint specific compliance events.

What happens if I try to update a secret that doesn't exist using the update_secret tool? +

The update_secret tool requires the key to exist; otherwise, it returns an error. You must use create_secret first to provision a new secret.

Can the get_secret tool handle secrets stored in different environments (dev, staging, prod)? +

Yes, the get_secret tool handles environment context. You just need to specify the correct environment path when calling the tool.

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.

Built & Managed by Vinkius 30s setup 9 tools

We've already built the connector for Infisical. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 9 tools are live and waiting. You're up and running in seconds.

Vinkius runs on Claude Claude
Vinkius runs on ChatGPT ChatGPT
Vinkius runs on Cursor Cursor
Vinkius runs on Gemini Gemini
Vinkius runs on Windsurf Windsurf
Vinkius runs on VS Code VS Code
Vinkius runs on JetBrains JetBrains
Vinkius runs on Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.