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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/appclawhq/appium-mcp-auth'
If you have feedback or need assistance with the MCP directory API, please join our Discord server