Skip to main content

Installation

Initial Setup

1. Access the Dashboard

Open your browser and navigate to:

2. Login

The default username is admin. On first launch, if no ADMIN_PASSWORD environment variable is set, a random password is generated and printed to the server logs. To pre-set the admin password:
Change the admin password after first login for security.

3. Configure Your First MCP Server

  1. Click “Add Server” in the dashboard
  2. Enter server details:
    • Name: A unique identifier (e.g., fetch)
    • Command: The executable command (uvx)
    • Args: Command arguments (["mcp-server-fetch"])
    • Environment: Any required environment variables
Example configuration for a fetch server:

Basic Usage

Connecting AI Clients

Once your servers are configured, connect your AI clients using Pcnaid MCP Hub endpoints:
Access all configured MCP servers: http://localhost:3000/mcp
Here are some popular MCP servers you can add:

Next Steps

Server Management

Learn advanced server configuration and management

Group Management

Organize servers into logical groups

Smart Routing

Set up AI-powered tool discovery

API Reference

Explore the complete API documentation

Troubleshooting

  • Check if the MCP server command is accessible in your PATH - Verify environment variables are correctly set - Check Pcnaid MCP Hub logs for detailed error messages
  • Ensure Pcnaid MCP Hub is running on the correct port - Check firewall settings - Verify the endpoint URL format
  • Verify credentials are correct - Check if JWT token is valid - Try clearing browser cache and cookies
Need more help? Visit our GitHub repository for support!