A GitHub-native secrets manager for AI assistants.
This repository has been archived
This repository has been merged into the keywaysh/keyway monorepo.
The code now lives at `packages/mcp/`.
Please open all issues and pull requests in the monorepo.
Tools (3)
get_secretRetrieves a secret value securely from the Keyway vault.list_secretsLists all available secrets managed by Keyway.validate_secretValidates the integrity or status of a specific credential.Environment Variables
KEYWAY_API_KEYrequiredThe API key used to authenticate with the Keyway service.Configuration
{"mcpServers": {"keyway": {"command": "npx", "args": ["-y", "@keywaysh/mcp"], "env": {"KEYWAY_API_KEY": "your_api_key"}}}}