Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
The Infisical Model Context Protocol server enables integration with Infisical APIs through function calling, supporting various tools for secret and project management.
Add this to your MCP client configuration:
{
"mcpServers": {
"infisical-infisical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@infisical/mcp"
],
"env": {
"INFISICAL_HOST_URL": "<Custom Infisical host URL (optional)>",
"INFISICAL_UNIVERSAL_AUTH_CLIENT_ID": "<Machine Identity universal auth client ID>",
"INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET": "<Machine Identity universal auth client secret>"
}
}
}
}{
"id": "infisical-infisical-mcp-server",
"name": "Infisical",
"description": "The Infisical Model Context Protocol server enables integration with Infisical APIs through function calling, supporting various tools for secret and project management.",
"source_url": "https://github.com/infisical/infisical-mcp-server",
"publisher_name": "infisical",
"publisher_url": "https://github.com/infisical",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 1954,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@infisical/mcp"
},
"tools_count": 10
}