<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Configuration on MCP Toolbox for Databases</title><link>/documentation/configuration/</link><description>Recent content in Configuration on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en-us</language><atom:link href="/documentation/configuration/index.xml" rel="self" type="application/rss+xml"/><item><title>Toolbox with MCP Authorization</title><link>/documentation/configuration/toolbox_mcp_auth/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/configuration/toolbox_mcp_auth/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;Toolbox supports integration with Model Context Protocol (MCP) clients by acting as a Resource Server that implements OAuth 2.1 authorization. This enables Toolbox to validate JWT-based Bearer tokens before processing requests for resources or tool executions.&lt;/p&gt;
&lt;p&gt;This guide details the specific configuration steps required to deploy Toolbox with MCP Auth enabled.&lt;/p&gt;
&lt;h2 id="step-1-configure-the-generic-auth-service"&gt;Step 1: Configure the &lt;code&gt;generic&lt;/code&gt; Auth Service&lt;/h2&gt;
&lt;p&gt;Update your &lt;code&gt;tools.yaml&lt;/code&gt; file to use a &lt;code&gt;generic&lt;/code&gt; authorization service with &lt;code&gt;mcpEnabled&lt;/code&gt; set to &lt;code&gt;true&lt;/code&gt;. This instructs Toolbox to intercept requests on the &lt;code&gt;/mcp&lt;/code&gt; routes and validate Bearer tokens using the JWKS (JSON Web Key Set) fetched from your OIDC provider endpoint (&lt;code&gt;authorizationServer&lt;/code&gt;).&lt;/p&gt;</description></item><item><title>Toolbox UI</title><link>/documentation/configuration/toolbox-ui/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/documentation/configuration/toolbox-ui/</guid><description>&lt;p&gt;Toolbox UI is a built-in web interface that allows users to visually inspect and
test out configured resources such as tools and toolsets.&lt;/p&gt;
&lt;h2 id="launching-toolbox-ui"&gt;Launching Toolbox UI&lt;/h2&gt;
&lt;p&gt;To launch Toolbox&amp;rsquo;s interactive UI, use the &lt;code&gt;--ui&lt;/code&gt; flag.&lt;/p&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-sh" data-lang="sh"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;./toolbox --ui
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Toolbox UI will be served from the same host and port as the Toolbox Server,
with the &lt;code&gt;/ui&lt;/code&gt; suffix. Once Toolbox is launched, the following INFO log with
Toolbox UI&amp;rsquo;s url will be shown:&lt;/p&gt;</description></item></channel></rss>