Skip to main content

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

Unified Management

Centrally manage multiple MCP servers with hot-swappable configuration

Group Management

Organize servers into logical groups for streamlined access control

Smart Routing

AI-powered tool discovery using vector semantic search

Real-time Monitoring

Monitor server status and performance from a unified dashboard

Quick Start

Get Pcnaid MCP Hub running in minutes with Docker:
docker run -p 3000:3000 pcnaidinc/pcnaid-mcp-hub
Or with custom configuration:
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

Quick Start Guide

Get Pcnaid MCP Hub running in 5 minutes

Installation Guide

Detailed installation instructions for all platforms

Configuration

Learn how to configure your MCP servers

API Reference

Complete API documentation

Community & Support

GitHub

Source code and issue tracking

Audience tracks

Merchant track

Plain-language operations and troubleshooting.

Developer track

API, SDK, deployment, configuration, and architecture.

Partner track

Partner positioning, reseller, and co-marketing material.