appium-mcp-auth
by appclawhq
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APPIUM_MCP_AUTH_ARG | No | Tool-argument name carrying the credential | authToken |
| APPIUM_MCP_AUTH_AUDIT | No | Emit JSON audit lines to stderr | true |
| APPIUM_MCP_AUTH_OAUTH | No | JSON OAuth JWT validation config (issuer, audience, jwksUri?, scopeClaim?, rolesClaim?) | |
| APPIUM_MCP_AUTH_API_KEYS | No | JSON array of API-key records (id, hash or secret, subject, kind, scopes, roles?, expiresAt?) | |
| APPIUM_MCP_AUTH_ADMIN_ROLE | No | Role that bypasses scope checks | admin |
| APPIUM_MCP_AUTH_RATE_LIMIT | No | Format: "<limit>/<windowMs>" per subject (disabled if empty) | |
| APPIUM_MCP_AUTH_TOOL_SCOPES | No | JSON map tool → scope | scope[] | {} |
| APPIUM_MCP_AUTH_MAX_SESSIONS | No | Per-subject Appium session cap (0 = off) | 0 |
| APPIUM_MCP_AUTH_PUBLIC_TOOLS | No | Comma list of tools that skip auth | auth_login |
| APPIUM_MCP_AUTH_SESSION_TOOLS | No | Tools that create sessions | appium_session_management |
| APPIUM_MCP_AUTH_DEFAULT_SCOPES | No | Scopes required for unlisted tools | appium:use |
| APPIUM_MCP_AUTH_SESSION_TTL_MS | No | Session-token lifetime | 3600000 |
| APPIUM_MCP_AUTH_SESSION_ID_ARGS | No | Arg names carrying a session id | sessionId |
| APPIUM_MCP_AUTH_ENFORCE_OWNERSHIP | No | Enforce session ownership | true |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |