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 |
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 |
|---|---|
| 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
- 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/Diegoescalonaro/local-kms-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server