{#if currentView === "list"} MCP Servers {:else} Add MCP server {/if}

{#if currentView === "list"} Manage MCP servers to extend {publicConfig.PUBLIC_APP_NAME} with external tools. {:else} Add a custom MCP server to {publicConfig.PUBLIC_APP_NAME}. {/if}

{#if currentView === "list"}

{$allMcpServers.length} {$allMcpServers.length === 1 ? "server" : "servers"} configured

{enabledCount} enabled

{#if baseServers.length > 0}

Base Servers ({baseServers.length})

{#each baseServers as server (server.id)} {/each}
{/if}

Custom Servers ({customServers.length})

{#if customServers.length === 0}

No custom servers yet

Add your own MCP servers with custom tools

{:else}
{#each customServers as server (server.id)} {/each}
{/if}

đź’ˇ Quick Tips

  • • Only connect to servers you trust
  • • Enable servers to make their tools available in chat
  • • Use the Health Check button to verify server connectivity
  • • You can add HTTP headers for authentication when required
{:else if currentView === "add"} {/if}