docs/documentation/platform/agent-sentinel/concepts/mcp-overview.mdx
The Model Context Protocol (MCP) is an open standard that enables AI assistants and agents to securely connect to external data sources and tools. It provides a unified way for AI systems to interact with services like Notion, GitHub, Slack, databases, and more.
Think of MCP as a universal adapter between AI systems and the tools they need. Instead of building custom integrations for each AI platform and each tool, MCP provides a standardized protocol that any AI client can use to connect to any MCP-compatible server.
MCP follows a client-server architecture:
When an AI assistant needs to perform an action—like searching Notion, creating a GitHub issue, or querying a database—it communicates with the appropriate MCP server using the standardized protocol.
While MCP provides the protocol for AI-tool communication, it doesn't solve the governance and security challenges that organizations face:
Infisical Agent Sentinel acts as a secure gateway between AI clients and MCP servers:
graph LR
A[AI Client] --> B[Infisical MCP Endpoint]
B --> C[Notion]
B --> D[GitHub]
B --> E[Slack]
This architecture provides:
Learn more about credential modes when configuring MCP servers.