Overview

You can connect an MCP Server to the AI Gateway without any authentication. This is useful for public APIs or quick demos.

Here, we use the DeepWiki MCP API as an example.

Quick Setup: DeepWiki Example

  1. Go to the MCP Server tab in AI Gateway and click “Add New MCP Server Group”.

  2. Click “Add MCP Server” and fill in:

    • Name: deepwiki-mcp
    • Endpoint URL: https://mcp.deepwiki.com/mcp
    • Description: The DeepWiki MCP server provides programmatic access to DeepWiki’s repository documentation (Devin Wiki) and search capabilities (Ask Devin).
    • Auth Data: Disabled

    DeepWiki MCP Server Example


When to Use No Authentication

  • For public or demo APIs where security is not a concern
  • For quick prototyping or internal testing
  • When endpoints do not require user identification

Security Note

Warning

Anyone with the endpoint URL can access your MCP Server. Do not use this option for production or sensitive data.