local-kms-mcp-server

Diegoescalonaro/local-kms-mcp-server
★ 0 stars TypeScript 🤖 AI/LLM Updated today
A lightweight, extensible Model Context Protocol (MCP) server for secure key management in local AI agents
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "local-kms-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Diegoescalonaro/local-kms-mcp-server"
      ]
    }
  }
}