{% extends "themis/base.html" %} {% block title %}MCP Token Created — {{ themis_app_name }}{% endblock %} {% block content %}

MCP Token Created

{{ token.name }}

Save this token now. Once you leave this page it cannot be retrieved — only the hash is stored. If lost, you will need to generate a new one.

Token

{{ plaintext }}

Use it

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>"
      }
    }
  }
}
I’ve saved it — go to token list
{% endblock %}