Infisical Model Context Protocol
@Infisical
About Infisical Model Context Protocol
Infisical's official MCP server.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"infisical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@infisical/mcp"
]
}
}
}Tools
10Create 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
List all projects
Overview
What is Infisical Model Context Protocol?
The Infisical Model Context Protocol server allows you to integrate with Infisical APIs through function calling. It supports various tools to interact with Infisical, enabling secret and project management directly from an MCP-compatible client.
How to use Infisical Model Context Protocol?
Set the required environment variables (INFISICAL_AUTH_METHOD, INFISICAL_UNIVERSAL_AUTH_CLIENT_ID/INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET or INFISICAL_TOKEN, and optionally INFISICAL_HOST_URL), then run npx -y @infisical/mcp. For Claude Desktop, add an entry to claude_desktop_config.json with the command and environment variables.
Key features of Infisical Model Context Protocol
- Create, read, update, and delete secrets
- List and retrieve individual secrets
- Create and list projects
- Create environments and folders
- Invite members to projects
Use cases of Infisical Model Context Protocol
- Securely manage secrets in CI/CD or development workflows
- Onboard team members to specific projects
- Organize secrets into folders for better structure
- Automate creation of new projects and environments
FAQ from Infisical Model Context Protocol
What authentication methods are supported?
universal-auth (default) and access-token.
What environment variables are required?
INFISICAL_AUTH_METHOD, and either INFISICAL_UNIVERSAL_AUTH_CLIENT_ID and INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET (for universal auth) or INFISICAL_TOKEN (for access token). INFISICAL_HOST_URL is optional and defaults to https://app.infisical.com.
Can I use a custom Infisical host?
Yes, by setting the INFISICAL_HOST_URL environment variable to your self-hosted or dedicated infrastructure URL.
How do 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 via the inspector UI.
What tools does the server provide?
Tools include create-secret, delete-secret, update-secret, list-secrets, get-secret, create-project, create-environment, create-folder, invite-members-to-project, and list-projects.
Frequently asked questions
What authentication methods are supported?
`universal-auth` (default) and `access-token`.
What environment variables are required?
`INFISICAL_AUTH_METHOD`, and either `INFISICAL_UNIVERSAL_AUTH_CLIENT_ID` and `INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET` (for universal auth) or `INFISICAL_TOKEN` (for access token). `INFISICAL_HOST_URL` is optional and defaults to `https://app.infisical.com`.
Can I use a custom Infisical host?
Yes, by setting the `INFISICAL_HOST_URL` environment variable to your self-hosted or dedicated infrastructure URL.
How do 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 via the inspector UI.
What tools does the server provide?
Tools include `create-secret`, `delete-secret`, `update-secret`, `list-secrets`, `get-secret`, `create-project`, `create-environment`, `create-folder`, `invite-members-to-project`, and `list-projects`.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

DeepMark
DeepMark helps teachers deliver rapid, consistent marking with meaningful feedback for every student — in a fraction of the time. What once took a week, now takes one free period.

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Comments