{% extends "base_shell.html" %} {% block title %}Account - Auth MCP{% endblock %} {% block sidebar_subtitle %}Account{% endblock %} {% block sidebar_nav %} Account Access {% endblock %} {% block logout_url %}/account/logout{% endblock %} {% block main_attrs %}x-data="accountPortal()" x-init="window.accountPortalInstance = $data; loadInfo()"{% endblock %} {% block content %}

Account Access

Get your access token for MCP clients

Signed in as {{ username or "user" }}
This page does not provide admin access.
Token expires:
Loading...
Available MCP Servers
Gateway Endpoint
/mcp
Use this endpoint with your token in the Authorization header.
Use the MCP endpoint /mcp with your token in the Authorization header.
{% endblock %} {% block extra_scripts %} {% endblock %}