Infisical MCP
FastMCP server for managing a self-hosted Infisical instance, exposing tools to create, read, update, and delete projects, environments, folders, and secrets, and to render .env and shell-export formats.
README
Infisical MCP
FastMCP server for managing a self-hosted Infisical instance from an agent.
Default base URL:
https://infisical-bfi.blueforceinnovations.com
What It Exposes
- Project list/get/create/update/delete tools.
- Environment list/create/update/delete tools.
- Folder list/create/update/delete tools.
- Secret get/list/create/update/delete tools.
- Organization machine identity list/get/create/update/delete tools.
- Project-managed identity list/get/create/update/delete tools.
- Project user and identity membership management tools.
- Project role list/get/create/update/delete tools.
- Organization audit log export tools.
- Secret import list/create/update/delete tools.
.envand shell-export renderers for using Infisical secrets in projects.
The server uses Infisical's documented REST API directly:
- Universal Auth:
POST /api/v1/auth/universal-auth/login - Projects:
/api/v1/projects - Environments:
/api/v1/projects/{projectId}/environments - Organization user memberships:
/api/v2/organizations/{orgId}/memberships - Organization identities:
/api/v1/identities - Organization identity memberships:
/api/v2/organizations/{orgId}/identity-memberships - Project managed identities:
/api/v1/projects/{projectId}/identities - Project user memberships:
/api/v1/projects/{projectId}/memberships - Project identity memberships:
/api/v1/projects/{projectId}/memberships/identities - Project roles:
/api/v1/projects/{projectId}/roles - Audit logs:
/api/v1/organization/audit-logs - Folders:
/api/v2/folders - Static secrets:
/api/v4/secrets - Secret imports:
/api/v2/secret-imports
Configure
Create a local .env from the example:
cp .env.example .env
Use one auth mode.
Token Auth / API-key-like Machine Identity token:
INFISICAL_TOKEN=
Universal Auth:
INFISICAL_CLIENT_ID=
INFISICAL_CLIENT_SECRET=
INFISICAL_ORGANIZATION_SLUG=
Optional defaults:
INFISICAL_PROJECT_ID=project_uuid
INFISICAL_ENVIRONMENT=dev
INFISICAL_SECRET_PATH=/
Run Locally
pip install -e .
infisical-mcp
By default the server uses stdio, which is the normal transport for local MCP clients.
HTTP is also supported:
MCP_TRANSPORT=http MCP_HOST=0.0.0.0 MCP_PORT=8000 infisical-mcp
Run With Docker Compose
Build:
docker compose build
Run as a stdio MCP server:
docker compose run --rm -T infisical-mcp
Run as an HTTP MCP server:
MCP_TRANSPORT=http docker compose up
Then connect to:
http://localhost:8000/mcp
For a stdio MCP client, configure the command as:
{
"command": "docker",
"args": ["compose", "run", "--rm", "-T", "infisical-mcp"]
}
Project Secret Usage
Agents can call render_env_file to fetch Infisical secrets as .env content:
DATABASE_URL=...
OPENAI_API_KEY=...
They can call render_shell_exports when a shell session needs exports:
export DATABASE_URL='...'
export OPENAI_API_KEY='...'
The MCP server returns the text. The calling agent decides where, if anywhere, to write it based on the target project permissions.
Admin Capabilities
The server can manage Infisical administration surfaces when the configured identity has permission:
- Organization machine identities through
list_identities,get_identity,create_identity,update_identity, anddelete_identity. - Organization user memberships through
list_organization_user_memberships,update_organization_user_membership,remove_organization_user_membership, andremove_organization_user_memberships. - Organization identity memberships through
list_organization_identity_memberships. - Project-managed identities through
list_project_identities,get_project_identity,create_project_identity,update_project_identity, anddelete_project_identity. - User memberships through
list_project_user_memberships,get_project_user_by_username,invite_project_users,update_project_user_membership, andremove_project_users. - Identity memberships through
list_project_identity_memberships,create_project_identity_membership,update_project_identity_membership, anddelete_project_identity_membership. - Project roles through
list_project_roles,get_project_role_by_slug,create_project_role,update_project_role, anddelete_project_role. - Identity project privileges through
create_identity_project_additional_privilege,get_identity_project_additional_privilege,update_identity_project_additional_privilege, anddelete_identity_project_additional_privilege. - Audit logs through
export_audit_logs. - Secret imports through
list_secret_imports,create_secret_import,update_secret_import, anddelete_secret_import.
Role assignment tools accept Infisical role objects directly, including temporary role objects. Project role tools accept Infisical permission rule objects directly so agents can preserve the full permission grammar.
Test
pytest
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。