infisical-mcp-server
The Infisical Model Context Protocol server allows efficient integration with Infisical APIs, providing a range of tools for secret management and project collaboration. It requires authentication via environment variables and offers the flexibility to run on custom infrastructures.
What environment variables are required for the Infisical MCP server?
The required environment variables are INFISICAL_UNIVERSAL_AUTH_CLIENT_ID, INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET, and optionally INFISICAL_HOST_URL for custom hosting.
How can I debug the Infisical MCP server?
You can debug the server using the MCP Inspector by building the server and running it with the inspector tool.
Can I customize the host URL for the Infisical MCP server?
Yes, you can set a custom host URL using the INFISICAL_HOST_URL environment variable, which is useful for self-hosting or dedicated infrastructure.
What tools are available with the Infisical MCP server?
The server provides tools for creating, updating, and managing secrets, projects, environments, folders, and inviting members to projects.
Is the Infisical MCP server compatible with Claude Desktop?
Yes, the server can be configured to work with Claude Desktop by adding the appropriate configuration to the claude_desktop_config.json file.