Best for
- Teams using Infisical for secret management
- Developers wanting to manage secrets and projects within MCP clients like Claude Desktop
The official Infisical MCP server provides a comprehensive set of secret management tools, suitable for users looking to integrate secret management into AI assistant workflows.
The official Infisical MCP server provides tools to create, delete, update, and retrieve secrets, as well as manage projects, environments, and folders. Supports universal auth and access token authentication, with optional custom host URL.
{
"mcpServers": {
"infisical": {
"command": "npx",
"args": ["-y", "@infisical/mcp"],
"env": {
"INFISICAL_HOST_URL": "https://<custom-host-url>.com",
"INFISICAL_UNIVERSAL_AUTH_CLIENT_ID": "<machine-identity-universal-auth-client-id>",
"INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET": "<machine-identity-universal-auth-client-secret>"
}
}
}
}