passkey-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| passkey_listA | List all available passkey entries. Returns the names of all secret entries stored in the system keychain. Each entry can contain multiple key-value secret pairs. Returns: List of entry names (e.g., ["slack", "github", "aws"]) |
| passkey_fieldsA | List field names in a passkey entry (without revealing values). Returns the names of secret fields stored in the specified entry. This allows discovering what secrets are available without exposing the actual secret values. Args: entry_name: Name of the passkey entry (e.g., "slack") Returns: List of field names (e.g., ["SLACK_TOKEN", "SLACK_COOKIE"]) Raises: Exception: If entry not found or keychain access fails |
| passkey_statusA | Show security status of MCP servers across all detected tools. Analyzes configs for Claude, Gemini, VS Code, Cursor, OpenCode, Windsurf, Cline, and Zed to identify which MCP servers have their secrets secured via passkey and which still have credentials exposed in plaintext. Returns: Dictionary with per-tool server status and summary counts |
| passkey_doctorA | Run diagnostics on passkey and MCP configurations. Checks for common issues including:
Args: deep: Include extended checks (entry age, bundle permissions) Returns: Dictionary with diagnostic results |
| passkey_wrap_serverA | Update MCP config files to use passkey wrapper for a server. Prerequisites: Entry must already exist in passkey keychain. Args: server_name: Name of the server (must match passkey entry) config_paths: Config files to update (default: all detected configs) Returns: - configs_updated: List of updated config paths - configs_skipped: List of configs where server not found - errors: Any errors encountered |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/TheNickSanchez/passkey-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server