Infisical Model Context Protocol
@mikeysrecipes
About Infisical Model Context Protocol
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"infisical-mcp-server-mikeysrecipes": {
"command": "npx",
"args": [
"-y",
"@infisical/mcp"
]
}
}
}Tools
9Create a new secret
Delete a secret
Update a secret
Lists all secrets
Get a single secret
Create a new project
Create a new environment
Create a new folder
Invite one or more members to a project
Overview
What is Infisical Model Context Protocol?
The Infisical Model Context Protocol server enables AI assistants to integrate with Infisical APIs through function calling, allowing them to manage secrets, projects, environments, folders, and project members. It is designed for developers using Infisical for secret management.
How to use Infisical Model Context Protocol?
Set the required environment variables (INFISICAL_UNIVERSAL_AUTH_CLIENT_ID, INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET, and optionally INFISICAL_HOST_URL), then run the server using npx -y @infisical/mcp. Configure it in Claude Desktop by adding the server details to claude_desktop_config.json.
Key features of Infisical Model Context Protocol
- Create, read, update, and delete secrets
- List all secrets in a project
- Create new projects and environments
- Create folders within projects
- Invite members to projects
Use cases of Infisical Model Context Protocol
- Allow an AI assistant to fetch a secret value during a development workflow
- Automate secret rotation by updating secrets programmatically
- Create a new project and environment from a chat interface
- Onboard team members to an Infisical project via natural language commands
- Manage folder structure inside Infisical without leaving your IDE
FAQ from Infisical Model Context Protocol
What is the Infisical Model Context Protocol server?
It is a server that implements the Model Context Protocol to expose Infisical API actions as tools, letting AI assistants (like Claude) interact with Infisical.
How do I authenticate the server?
You must set the environment variables INFISICAL_UNIVERSAL_AUTH_CLIENT_ID and INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET with your Machine Identity universal auth credentials.
Can I use a custom Infisical host?
Yes. Set the optional INFISICAL_HOST_URL environment variable. The default value is https://app.infisical.com.
What tools are available?
The server provides tools to manage secrets (create-secret, delete-secret, update-secret, list-secrets, get-secret), projects (create-project, invite-members-to-project), environments (create-environment), and folders (create-folder).
How can I debug the server?
Use the MCP Inspector: build the server with npm run build, then run npx @modelcontextprotocol/inspector node dist/index.js, set the environment variables, and connect in the Inspector UI.
Frequently asked questions
What is the Infisical Model Context Protocol server?
It is a server that implements the Model Context Protocol to expose Infisical API actions as tools, letting AI assistants (like Claude) interact with Infisical.
How do I authenticate the server?
You must set the environment variables `INFISICAL_UNIVERSAL_AUTH_CLIENT_ID` and `INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET` with your Machine Identity universal auth credentials.
Can I use a custom Infisical host?
Yes. Set the optional `INFISICAL_HOST_URL` environment variable. The default value is `https://app.infisical.com`.
What tools are available?
The server provides tools to manage secrets (`create-secret`, `delete-secret`, `update-secret`, `list-secrets`, `get-secret`), projects (`create-project`, `invite-members-to-project`), environments (`create-environment`), and folders (`create-folder`).
How can I debug the server?
Use the MCP Inspector: build the server with `npm run build`, then run `npx @modelcontextprotocol/inspector node dist/index.js`, set the environment variables, and connect in the Inspector UI.
Basic information
More Other MCP servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Comments