Installation

Initial Setup

1. Access the Dashboard

Open your browser and navigate to:
http://localhost:3000

2. Login

Use the default credentials:
  • Username: admin
  • Password: admin123
Change these default credentials immediately 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:
{
  "name": "fetch",
  "command": "uvx",
  "args": ["mcp-server-fetch"],
  "env": {}
}

Basic Usage

Connecting AI Clients

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

Next Steps

Troubleshooting

Need more help? Join our Discord community for support!