Infisical Model Context Protocol
@MCP-Mirror
Infisical Model Context Protocol について
Mirror of
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"Infisical_infisical-mcp-server": {
"command": "npx",
"args": [
"-y",
"@infisical/mcp"
]
}
}
}ツール
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
概要
What is Infisical Model Context Protocol?
The Infisical Model Context Protocol server integrates with Infisical APIs through function calling, enabling AI assistants to manage Infisical resources programmatically. It is intended for developers who want to use AI tools to interact with their Infisical instance.
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. Run the server via npx -y @infisical/mcp. For Claude Desktop, add an entry in claude_desktop_config.json with the command and environment variables.
Key features of Infisical Model Context Protocol
- Create, read, update, and delete secrets
- List all secrets in a project
- Create a new project
- Create a new environment
- Create a new folder
- Invite members to a project
Use cases of Infisical Model Context Protocol
- AI assistant managing secrets and projects within Infisical
- Automating the creation of environments and folders
- Inviting team members to Infisical projects via an AI interface
FAQ from Infisical Model Context Protocol
What authentication is required?
You must provide a Machine Identity universal auth client ID (INFISICAL_UNIVERSAL_AUTH_CLIENT_ID) and client secret (INFISICAL_UNIVERSAL_AUTH_CLIENT_SECRET) as environment variables.
Can I use a custom Infisical host?
Yes. Set the optional INFISICAL_HOST_URL environment variable. It defaults to https://app.infisical.com.
How do I run the server?
Run npx -y @infisical/mcp in your terminal after setting the required environment variables.
What tools does the server provide?
The server exposes nine tools: create-secret, delete-secret, update-secret, list-secrets, get-secret, create-project, create-environment, create-folder, and invite-members-to-project.
How can I debug the server?
Use the MCP Inspector. First build the server with npm run build, then run npx @modelcontextprotocol/inspector node dist/index.js and connect via the inspector UI.
「その他」の他のコンテンツ
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

EverArt
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.
コメント