Skip to main content
Glama
Diegoescalonaro

local-kms-mcp-server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
PORTNoHTTP port used only when TRANSPORT=http8080
TRANSPORTNoMCP transport: stdio or httpstdio
STORE_PATHNoDirectory used for persisted key files./keys
ENCRYPT_STORENoSet to true or 1 to encrypt key files at restfalse
STORE_ENCRYPTION_KEYNoBase64-encoded 32-byte key required when encryption is enabled

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

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