{% extends "themis/base.html" %} {% block title %}API Token Created — {{ themis_app_name }}{% endblock %} {% block content %}
{{ token.name }}
Add the token to your MCP client config as a Bearer credential. Example for Claude Desktop:
{
"mcpServers": {
"mnemosyne": {
"url": "http://localhost:8001/mcp/",
"headers": {
"Authorization": "Bearer <paste token here>"
}
}
}
}