How to Use the Infisical MCP in Cursor
Pull encrypted Infisical secrets straight into your Cursor workspace using this dedicated MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Infisical MCP to Cursor
Create your Vinkius account to connect Infisical to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate code with live Cursor MCP Server data
The Infisical MCP server connects Cursor directly to your project's encrypted vault. When you use Cursor's agent mode to write database connection logic, the editor calls `get_secret` to get the exact keys. This ensures your generated code matches the exact naming conventions of your remote environment. Instead of using dummy placeholders or stale mock values in your files, your Cursor agent populates configuration files with active metadata. It checks your target workspace using `get_project_info` to keep your local environment variables accurate while you write code.
Manage project environments inside Cursor
The Infisical MCP server lets Cursor use `list_environments` to inspect configured project environments directly from the editor sidebar. Your Cursor agent reads the available environments to help you write accurate config loaders for development, staging, or production. If you need to check which values are currently active, your Cursor agent runs `list_secrets` on your selected path. This prints the configuration keys directly into your active editor context so you can debug environment mismatches instantly.
Safely provision new credentials as you code
The Infisical MCP server allows your Cursor agent to use `create_secret` to register new API keys in your central vault. This ensures the new key is documented and stored securely before you even run your first local build in Cursor. If you need to update an existing database password, your Cursor agent executes `update_secret` to push the change immediately. You never have to leave your Cursor window to open a web browser or run external CLI commands.
Set up Infisical MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the Infisical MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent Infisical transactions." If the MCP tools are loaded correctly, Cursor will call the Infisical tools automatically. You can also check Settings → MCP for a green status indicator.
{
"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 Cursor
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.