> ## Documentation Index
> Fetch the complete documentation index at: https://docs.infino.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Integrations

> Plug Infino retrieval into your stack with official integrations for LangChain, the Vercel AI SDK, CrewAI, and the Model Context Protocol (MCP).

Infino plugs into the popular agent and retrieval frameworks. Pick your stack:

<CardGroup cols={2}>
  <Card title="LangChain" icon="link" href="/integrations/langchain">
    Infino as a LangChain `VectorStore`, in Python and JavaScript/TypeScript.
  </Card>

  <Card title="Vercel AI SDK" icon="bolt" href="/integrations/ai-sdk">
    Build a retrieval tool / knowledge-base agent with the AI SDK.
  </Card>

  <Card title="CrewAI" icon="users" href="/integrations/crewai">
    Give CrewAI agents retrieval over your data.
  </Card>

  <Card title="MCP server" icon="plug" href="/integrations/mcp">
    Expose Infino retrieval to any MCP client (Claude, Cursor, …).
  </Card>
</CardGroup>
