local-kms-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port used only when TRANSPORT=http | 8080 |
| TRANSPORT | No | MCP transport: stdio or http | stdio |
| STORE_PATH | No | Directory used for persisted key files | ./keys |
| ENCRYPT_STORE | No | Set to true or 1 to encrypt key files at rest | false |
| STORE_ENCRYPTION_KEY | No | Base64-encoded 32-byte key required when encryption is enabled |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_keypairA | Check if a key pair exists for the given key ID |
| get_key_infoB | Get the key pair information for the given key ID |
| list_algorithmsA | List all supported signing algorithms |
| list_keysA | List all key pairs in the key store |
| generate_keyA | Generate and store a new key pair for the given key ID |
| rotate_keyB | Rotate the key pair for the given key ID, preserving the existing algorithm |
| delete_keyB | Delete a key pair from the keystore |
| sign_messageB | Sign a base64-encoded message with the stored private key |
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/Diegoescalonaro/local-kms-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server