MCP Configuration

Authentication successful. Your session is saved on the server.

Option 1: Header-Based Auth (Recommended)

Add the Authorization header to your requests. More secure since the token is not in the URL.

{{ header_config_json }}

Option 2: URL-Based Auth (For Limited Clients)

Include the token in the URL path. Use this only if your client cannot set custom headers. Warning: Token will appear in URLs and server logs.

{{ url_config_json }}