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

# Introduction

> Welcome to OmniMind - The Open Source MCP Client Library

<img className="block dark:hidden" src="https://mintcdn.com/techiral/QbHTS6xqQ3U2vF9Z/images/omnimind.png?fit=max&auto=format&n=QbHTS6xqQ3U2vF9Z&q=85&s=df9f356a84c75d7eb8763bd2b2e23969" alt="mcp_use Light Theme" width="3602" height="970" data-path="images/omnimind.png" />

<img className="hidden dark:block" src="https://mintcdn.com/techiral/QbHTS6xqQ3U2vF9Z/images/omnimind.png?fit=max&auto=format&n=QbHTS6xqQ3U2vF9Z&q=85&s=df9f356a84c75d7eb8763bd2b2e23969" alt="mcp_use Dark Theme" width="3602" height="970" data-path="images/omnimind.png" />

## What is OmniMind?

OmniMind is an open-source library that enables developers to connect any Language Learning Model (LLM) to any MCP server, allowing the creation of custom agents with tool access without relying on closed-source or application-specific clients.

## Key Features

<CardGroup cols="2">
  <Card title="Open Source" icon="code" href="/essentials/installation">
    Connect any LLM to any MCP server without vendor lock-in
  </Card>

  <Card title="Flexible Configuration" icon="server" href="/essentials/configuration">
    Support for any MCP server through a simple configuration system
  </Card>

  <Card title="Easy Setup" icon="gear" href="/essentials/configuration">
    Simple JSON-based configuration for MCP server integration
  </Card>

  <Card title="Universal LLM Support" icon="robot" href="/essentials/llm-integration">
    Compatible with any LangChain-supported LLM provider
  </Card>

  <Card title="HTTP Connection" icon="network" href="/quickstart">
    Connect to MCP servers running on specific HTTP ports for web-based integrations
  </Card>

  <Card title="Dynamic Server Selection" icon="shuffle" href="/quickstart">
    Agents can dynamically choose the most appropriate MCP server for the task.
  </Card>
</CardGroup>

## Getting Started

<CardGroup cols="2">
  <Card title="Installation" icon="download" href="/quickstart">
    Install omnimind and set up your environment
  </Card>

  <Card title="Configuration" icon="book" href="/essentials/configuration">
    Learn how to configure omnimind with your MCP server
  </Card>
</CardGroup>
