MCP server
The Infisical documentation MCP server is available at the following URL:Connect
- Claude
- Claude Code
- Cursor
- VS Code
1
Open Claude's connector settings
Navigate to the Connectors page in your Claude settings.
2
Add the Infisical MCP server
- Select Add custom connector.
- Enter the following values:
- Name:
Infisical - URL:
https://infisical.com/docs/mcp
- Name:
- Select Add.
3
Use the MCP server in a chat
- In a Claude chat, select the attachments button (the plus icon).
- Select the Infisical MCP server.
- Ask Claude a question about Infisical.
Using it alongside other tools
An AI tool can be connected to multiple MCP servers simultaneously. A connected server adds only its tool descriptions to the context. The server itself isn’t queried until the AI tool decides one of its tools is relevant to the request. The following practices can improve results when using the Infisical MCP server:- Reference Infisical in the prompt. When asking a question that should be answered from the Infisical documentation, mention Infisical explicitly (for example, “Using Infisical’s CLI, how do I…”). This makes it more likely that the tool will query the Infisical MCP server.
- Install the skills as well. The skills described below provide additional guidance on top of the documentation.
- Disconnect unused MCP servers. If many MCP servers are connected, removing those that aren’t actively in use can reduce the total context available to the tool for each request.
Context files
For AI tools that don’t support MCP but can accept text as context, the Infisical documentation hosts the following two files:llms.txt: a structured index of every documentation page.llms-full.txt: the complete documentation site compiled into a single file.
Per-page shortcuts
Every documentation page includes a menu in the upper-right corner that provides shortcuts for interacting with AI tools. From this menu, you can:- Ask the built-in assistant a question about the current page.
- Copy the page as Markdown, or view the page’s Markdown source.
- Open the page in ChatGPT or Claude.
- Copy the MCP server URL for use with a different AI tool.
Skills
The Infisical skills can be installed with a single command:Infisical/ai-skills repository.
FAQ
What's the difference between the MCP server and skills?
What's the difference between the MCP server and skills?
The MCP server lets an AI tool search and retrieve the Infisical documentation on demand, so its answers stay in sync with the current docs. Skills are a set of instructions that describe how to work with Infisical, including conventions and common workflows.We recommend using the MCP server to interact with the documentation, which contains the most up-to-date information about how to use Infisical.
Do I need an Infisical account to use the MCP server?
Do I need an Infisical account to use the MCP server?
No. The Infisical documentation MCP server is publicly available and doesn’t require authentication.
Can I use the MCP server with any AI tool?
Can I use the MCP server with any AI tool?
The MCP server can be used with any AI tool that supports the Model Context Protocol over HTTP.