Skip to main content
Glama
mgcrea
by mgcrea

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TOTP_DEBUGNoSet to any value to enable verbose stderr logging.
TOTP_ALLOW_WRITESNoSet to '1' to register the seed-importing and seed-removing tools. Off by default.0
TOTP_SECRET_<LABEL>NoA seed supplied by environment for Docker/CI where there is no keychain. Either an otpauth:// URI or a bare base32 key. Replace <LABEL> with a label (lower-case letters, digits and underscores, starting alphanumeric).
TOTP_KEYCHAIN_SERVICENoKeychain service the seeds are filed under. Defaults to com.mgcrea.mcp-totp.com.mgcrea.mcp-totp

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
totp_auth_statusA

Report what this server can and cannot do: whether a seed store is reachable, which labels are registered and where each one comes from, and whether writes are enabled. Call this first when a tool you expected is missing — an absent tool means missing configuration rather than a bug.

Note what this server is NOT: it cannot read codes out of Passwords.app. No such interface exists — Passwords.app has no scripting dictionary and no App Intents, and its keychain items sit behind an Apple-private access group. This server holds its own copy of the seed and mints codes locally; totp_import_uri can hand the same seed to Passwords.app so both stay in sync.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mgcrea/mcp-totp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server