Documentation Index
Fetch the complete documentation index at: https://infisical.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
About the Infisical Docs MCP server
The Model Context Protocol (MCP) is an open protocol that creates standardized connections between AI applications and external services like documentation. Infisical hosts an MCP server that exposes its documentation to any MCP client — Claude, Claude Code, Cursor, VS Code, ChatGPT, and others — so your agent can answer questions from Infisical’s source documentation instead of relying on its training data. When an AI tool is connected to the Infisical MCP server, it can search the documentation and retrieve full page content directly while generating a response. This means:- Up-to-date answers: agents pull from current documentation, not stale training data.
- Source-grounded responses: agents answer from Infisical’s documentation rather than guessing.
- No copy-pasting: you don’t need to paste documentation snippets into your prompts.
MCP server URL
The Infisical Docs MCP server is publicly available at:Connect to the Infisical MCP server
- Claude
- Claude Code
- Cursor
- VS Code
Open Claude's connector settings
Navigate to the Connectors page in your Claude settings.
Add the Infisical MCP server
- Select Add custom connector.
- Add the Infisical MCP server:
- Name:
Infisical - URL:
https://infisical.com/docs/mcp
- Name:
- Select Add.
Using the MCP server alongside other tools
AI tools can connect to multiple MCP servers at once. Connected servers do not consume context until the AI invokes a search tool, and the AI decides when to search based on query relevance — it does not search every connected server for every question. A few practices to get the most out of the Infisical MCP server:- Be specific in prompts: mention Infisical explicitly when you want the agent to consult the documentation (e.g., “Using Infisical’s CLI, how do I…”).
- Pair with skills: install the Infisical Skills for opinionated guidance on top of raw documentation access.
- Disconnect unused servers: if you have many MCP servers connected, remove ones you aren’t actively using to keep responses focused.
FAQ
What's the difference between the MCP server and the Infisical Skills?
What's the difference between the MCP server and the Infisical Skills?
The MCP server gives an AI agent the ability to search and read Infisical’s documentation on demand. The Infisical Skills are reusable instructions that teach an agent how to work with Infisical (conventions, common workflows, etc.). The MCP server provides knowledge; skills provide know-how. They’re complementary.
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 Docs MCP server is publicly available and does not require authentication. It exposes only the public documentation.
Can I use the MCP server with any AI tool?
Can I use the MCP server with any AI tool?
Any AI tool that supports the Model Context Protocol over HTTP can connect to it. This includes Claude, Claude Code, Cursor, VS Code (with Copilot), and others.