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

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

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

TDQS

A3.7/5.0

Scored across 8 tools

Disambiguation5/5

Each tool has a distinct purpose: checking existence, deleting, generating, getting info, listing algorithms, listing keys, rotating, and signing. No overlap or ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case, such as generate_key, list_keys, rotate_key, etc. No deviations.

Tool Count5/5

8 tools is within the ideal range (3-15) for a KMS server, covering key lifecycle and signing without bloat or scarcity.

Completeness4/5

The tool set covers key generation, deletion, rotation, listing, info retrieval, and signing. Missing encrypt/decrypt or import/export, but core key management is well-covered for a signing-focused KMS.

Maintenance

ActivityMaintained
ResponsivenessNo issues