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 |
Capabilities
Features and capabilities supported by this server
| 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
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