Keyway MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| KEYWAY_API_URL | No | Override API URL (default: https://api.keyway.sh) | https://api.keyway.sh |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| keyway_list_secretsA | List all secret names in the Keyway vault for the current repository. Returns only the keys, not the values. |
| keyway_set_secretB | Create or update a secret in the Keyway vault. The key must be uppercase with underscores (e.g., DATABASE_URL). |
| keyway_inject_runB | Run a command with Keyway secrets injected as environment variables. Secrets are only available to this command. |
| keyway_list_environmentsB | List available environments for the current repository vault. |
| keyway_scanC | Scan the codebase for potential secret leaks. Detects AWS keys, GitHub tokens, Stripe keys, private keys, and more. |
| keyway_diffC | Compare secrets between two environments to find differences. |
| keyway_generateA | Generate a secure secret and store it directly in the vault. The value is never exposed in the conversation. |
| keyway_validateB | Validate that required secrets exist in an environment. Useful for pre-deployment checks. |
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/keywaysh/keyway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server