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

# Pcnaid MCP Hub

> Unified documentation for the Pcnaid MCP Hub integration product.

# Welcome to Pcnaid MCP Hub

Pcnaid MCP Hub makes it easy to manage and scale multiple MCP (Model Context Protocol) servers by organizing them into flexible Streamable HTTP (SSE) endpoints—supporting access to all servers, individual servers, or logical server groups.

## Key Features

<CardGroup cols={2}>
  <Card title="Unified Management" icon="server" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/server-management">
    Centrally manage multiple MCP servers with hot-swappable configuration
  </Card>

  <Card title="Group Management" icon="users" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/group-management">
    Organize servers into logical groups for streamlined access control
  </Card>

  <Card title="Smart Routing" icon="route" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/smart-routing">
    AI-powered tool discovery using vector semantic search
  </Card>

  <Card title="Real-time Monitoring" icon="chart-line" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/monitoring">
    Monitor server status and performance from a unified dashboard
  </Card>
</CardGroup>

## Quick Start

Get Pcnaid MCP Hub running in minutes with Docker:

```bash theme={null}
docker run -p 3000:3000 pcnaidinc/pcnaid-mcp-hub
```

Or with custom configuration:

```bash theme={null}
docker run -p 3000:3000 -v $(pwd)/mcp_settings.json:/app/mcp_settings.json pcnaidinc/pcnaid-mcp-hub
```

Access the dashboard at `http://localhost:3000` with username `admin`. On first launch, a random password is generated and printed to the server logs. Set `ADMIN_PASSWORD` env var to use a custom password.

## Core Concepts

### MCP Endpoints

Pcnaid MCP Hub provides multiple ways to access your MCP servers:

* **Unified Access**: `http://localhost:3000/mcp` - Access all servers
* **Group Access**: `http://localhost:3000/mcp/{group}` - Access specific groups
* **Server Access**: `http://localhost:3000/mcp/{server}` - Access individual servers
* **Smart Routing**: `http://localhost:3000/mcp/$smart` - AI-powered tool discovery

### Protocol Support

* **HTTP MCP**: Modern streamable HTTP interface (recommended)
* **SSE**: Server-Sent Events for legacy compatibility
* **stdio**: Native MCP protocol for server communication

## Getting Started

<CardGroup cols={2}>
  <Card title="Quick Start Guide" icon="rocket" href="/nodes/integrations/pcnaid-mcp-hub/developer/quickstart">
    Get Pcnaid MCP Hub running in 5 minutes
  </Card>

  <Card title="Installation Guide" icon="download" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/docker-setup">
    Detailed installation instructions for all platforms
  </Card>

  <Card title="Configuration" icon="cog" href="/nodes/integrations/pcnaid-mcp-hub/developer/guides/mcp-settings">
    Learn how to configure your MCP servers
  </Card>

  <Card title="API Reference" icon="code" href="/nodes/integrations/pcnaid-mcp-hub/developer/api/index">
    Complete API documentation
  </Card>
</CardGroup>

## Community & Support

<CardGroup cols={1}>
  <Card title="GitHub" icon="github" href="https://github.com/PcnaidInc/Pcnaid-MCP-Hub">
    Source code and issue tracking
  </Card>
</CardGroup>

## Audience tracks

<CardGroup cols={3}>
  <Card title="Merchant track" icon="store" href="/nodes/integrations/pcnaid-mcp-hub/merchant">Plain-language operations and troubleshooting.</Card>
  <Card title="Developer track" icon="code" href="/nodes/integrations/pcnaid-mcp-hub/developer">API, SDK, deployment, configuration, and architecture.</Card>
  <Card title="Partner track" icon="handshake" href="/nodes/integrations/pcnaid-mcp-hub/partner">Partner positioning, reseller, and co-marketing material.</Card>
</CardGroup>
