Skip to main content

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.
The MCP server pairs well with the Infisical Skills repo. The MCP server gives agents access to the documentation; skills teach agents how to use Infisical effectively (project structure, conventions, common workflows). Connect both for the best results.

MCP server URL

The Infisical Docs MCP server is publicly available at:
https://infisical.com/docs/mcp
No authentication is required — anyone can connect their AI tool to it.

Connect to the Infisical MCP server

1

Open Claude's connector settings

Navigate to the Connectors page in your Claude settings.
2

Add the Infisical MCP server

  1. Select Add custom connector.
  2. Add the Infisical MCP server:
    • Name: Infisical
    • URL: https://infisical.com/docs/mcp
  3. Select Add.
3

Use the MCP server in a chat

  1. In a Claude chat, select the attachments button (the plus icon).
  2. Select the Infisical MCP server.
  3. Ask Claude a question about Infisical.
See the Model Context Protocol documentation for more details.

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

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.
No. The Infisical Docs MCP server is publicly available and does not require authentication. It exposes only the public documentation.
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.